#0C1376

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

Shades of Midnight Blue #0C1376

Tints of Midnight Blue #0C1376

Color information

#0C1376 (or 0x0C1376) is unknown color: approx Midnight Blue. HEX triplet: 0C, 13 and 76. RGB value is (12,19,118). Sum of RGB (Red+Green+Blue) = 12+19+118=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C1376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1376 is #F3EC89. Grayscale: #1B1B1B. Windows color (decimal): -15985802 or 7738124. OLE color: 7738124.

HSL color Cylindrical-coordinate representation of color #0C1376: hue angle of 236.04º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C1376 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1219118-
CMYK0.900.8400.54
HSL236.04º81.54%25.49%-
HSV(B)236.04º89.83%46.27%-
XYZ3.651.8517.3-
YUV28.19178.68116.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 118 (46.48% from 255) = 79.19%
R=8.05%
G=12.75%
B=79.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12191180.900.8400.54236.0481.5425.49
HexC13765A54036ec5219
Octal142316613212406635412231
Binary110010011111011010110101010100011011011101100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,19,118); }

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

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

 a { background-color: rgb(12,19,118); }

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

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

 span { border-color: rgb(12,19,118); }

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