#0C2187

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

Shades of Midnight Blue #0C2187

Tints of Midnight Blue #0C2187

Color information

#0C2187 (or 0x0C2187) is unknown color: approx Midnight Blue. HEX triplet: 0C, 21 and 87. RGB value is (12,33,135). Sum of RGB (Red+Green+Blue) = 12+33+135=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 135 (53.12% from 255 or 75% from 180); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C2187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2187 is #F3DE78. Grayscale: #252525. Windows color (decimal): -15982201 or 8855820. OLE color: 8855820.

HSL color Cylindrical-coordinate representation of color #0C2187: hue angle of 229.76º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C2187 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1233135-
CMYK0.910.7600.47
HSL229.76º83.67%28.82%-
HSV(B)229.76º91.11%52.94%-
XYZ5.072.9223.22-
YUV38.35182.54109.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.67%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 135 (53.12% from 255) = 75%
R=6.67%
G=18.33%
B=75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12331350.910.7600.47229.7683.6728.82
HexC21875B4C02Fe6541d
Octal144120713311405734612435
Binary11001000011000011110110111001100010111111100110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,33,135); }

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

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

 a { background-color: rgb(12,33,135); }

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

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

 span { border-color: rgb(12,33,135); }

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