#0c274c

Color #0C274C Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #0C274C

Tints of Midnight #0C274C

Color information

#0C274C (or 0x0C274C) is unknown color: approx Midnight. HEX triplet: 0C, 27 and 4C. RGB value is (12,39,76). Sum of RGB (Red+Green+Blue) = 12+39+76=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 76 (30.08% from 255 or 59.84% from 127); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C274C is #F3D8B3. Grayscale: #222222. Windows color (decimal): -15980724 or 4990732. OLE color: 4990732.

HSL color Cylindrical-coordinate representation of color #0C274C: hue angle of 214.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C274C is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB123976-
CMYK0.840.4900.70
HSL214.69º72.73%17.25%-
HSV(B)214.69º84.21%29.8%-
XYZ2.182.057.12-
YUV35.14151.05111.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 9.45%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 76 (30.08% from 255) = 59.84%
R=9.45%
G=30.71%
B=59.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1239760.840.4900.70214.6972.7317.25
HexC274C5431046d74911
Octal144711412461010632711121
Binary1100100111100110010101001100010100011011010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c274c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c274c; }

 p { color: rgb(12,39,76); }

 H1.HeaderClassName
 {
   color: #0c274c;
 }
 .AnyTagClassName
 {
   color: #0c274c;
 }
</style>
background-color css

<style>
 a { background-color: #0c274c; }

 a { background-color: rgb(12,39,76); }

 div.DivClassName
 {
   background-color: #0c274c;
 }
 .BgClassName
 {
   background-color: #0c274c;
 }
</style>
border-color css

<style>
 span { border-color: #0c274c; }

 span { border-color: rgb(12,39,76); }

 td.TdClassName
 {
   border-color: #0c274c;
 }
 .TagClassName
 {
   border-color: #0c274c;
 }
</style>