#0C1561

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

Shades of Midnight Blue #0C1561

Tints of Midnight Blue #0C1561

Color information

#0C1561 (or 0x0C1561) is unknown color: approx Midnight Blue. HEX triplet: 0C, 15 and 61. RGB value is (12,21,97). Sum of RGB (Red+Green+Blue) = 12+21+97=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C1561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1561 is #F3EA9E. Grayscale: #1A1A1A. Windows color (decimal): -15985311 or 6362380. OLE color: 6362380.

HSL color Cylindrical-coordinate representation of color #0C1561: hue angle of 233.65º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C1561 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB122197-
CMYK0.880.7800.62
HSL233.65º77.98%21.37%-
HSV(B)233.65º87.63%38.04%-
XYZ2.581.4811.46-
YUV26.97167.52117.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 97 (38.28% from 255) = 74.62%
R=9.23%
G=16.15%
B=74.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1221970.880.7800.62233.6577.9821.37
HexC1561584E03Eea4e15
Octal142514113011607635211625
Binary110010101110000110110001001110011111011101010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,21,97); }

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

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

 a { background-color: rgb(12,21,97); }

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

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

 span { border-color: rgb(12,21,97); }

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