#0C1369

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

Shades of Midnight Blue #0C1369

Tints of Midnight Blue #0C1369

Color information

#0C1369 (or 0x0C1369) is unknown color: approx Midnight Blue. HEX triplet: 0C, 13 and 69. RGB value is (12,19,105). Sum of RGB (Red+Green+Blue) = 12+19+105=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C1369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1369 is #F3EC96. Grayscale: #1A1A1A. Windows color (decimal): -15985815 or 6886156. OLE color: 6886156.

HSL color Cylindrical-coordinate representation of color #0C1369: hue angle of 235.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1369 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1219105-
CMYK0.890.8200.59
HSL235.48º79.49%22.94%-
HSV(B)235.48º88.57%41.18%-
XYZ2.931.5613.51-
YUV26.71172.18117.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 105 (41.41% from 255) = 77.21%
R=8.82%
G=13.97%
B=77.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12191050.890.8200.59235.4879.4922.94
HexC1369595203Beb4f17
Octal142315113112207335311727
Binary110010011110100110110011010010011101111101011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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