#0C136F

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

Shades of Midnight Blue #0C136F

Tints of Midnight Blue #0C136F

Color information

#0C136F (or 0x0C136F) is unknown color: approx Midnight Blue. HEX triplet: 0C, 13 and 6F. RGB value is (12,19,111). Sum of RGB (Red+Green+Blue) = 12+19+111=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C136F is #F3EC90. Grayscale: #1B1B1B. Windows color (decimal): -15985809 or 7279372. OLE color: 7279372.

HSL color Cylindrical-coordinate representation of color #0C136F: hue angle of 235.76º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C136F is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1219111-
CMYK0.890.8300.56
HSL235.76º80.49%24.12%-
HSV(B)235.76º89.19%43.53%-
XYZ3.251.6915.19-
YUV27.4175.18117.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.45%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 111 (43.75% from 255) = 78.17%
R=8.45%
G=13.38%
B=78.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12191110.890.8300.56235.7680.4924.12
HexC136F5953038ec5018
Octal142315713112307035412030
Binary110010011110111110110011010011011100011101100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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