#0C0561

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

Shades of Midnight Blue #0C0561

Tints of Midnight Blue #0C0561

Color information

#0C0561 (or 0x0C0561) is unknown color: approx Midnight Blue. HEX triplet: 0C, 05 and 61. RGB value is (12,5,97). Sum of RGB (Red+Green+Blue) = 12+5+97=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 97 (38.28% from 255 or 85.09% from 114); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C0561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0561 is #F3FA9E. Grayscale: #111111. Windows color (decimal): -15989407 or 6358284. OLE color: 6358284.

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

Color convert

RGB12597-
CMYK0.880.9500.62
HSL244.57º90.2%20%-
HSV(B)244.57º94.85%38.04%-
XYZ2.361.0511.39-
YUV17.58172.82124.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 97 (38.28% from 255) = 85.09%
R=10.53%
G=4.39%
B=85.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal125970.880.9500.62244.5790.220
HexC561585F03Ef55a14
Octal14514113013707636513224
Binary1100101110000110110001011111011111011110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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