#0C1475

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

Shades of Midnight Blue #0C1475

Tints of Midnight Blue #0C1475

Color information

#0C1475 (or 0x0C1475) is unknown color: approx Midnight Blue. HEX triplet: 0C, 14 and 75. RGB value is (12,20,117). Sum of RGB (Red+Green+Blue) = 12+20+117=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 117 (46.09% from 255 or 78.52% from 149); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C1475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1475 is #F3EB8A. Grayscale: #1C1C1C. Windows color (decimal): -15985547 or 7672844. OLE color: 7672844.

HSL color Cylindrical-coordinate representation of color #0C1475: hue angle of 235.43º degrees, saturation: 0.81, 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 #0C1475 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1220117-
CMYK0.900.8300.54
HSL235.43º81.4%25.29%-
HSV(B)235.43º89.74%45.88%-
XYZ3.611.8617-
YUV28.67177.85116.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 117 (46.09% from 255) = 78.52%
R=8.05%
G=13.42%
B=78.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12201170.900.8300.54235.4381.425.29
HexC14755A53036eb5119
Octal142416513212306635312131
Binary110010100111010110110101010011011011011101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,117); }

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

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

 a { background-color: rgb(12,20,117); }

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

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

 span { border-color: rgb(12,20,117); }

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