#050C61

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

Shades of Midnight Blue #050C61

Tints of Midnight Blue #050C61

Color information

#050C61 (or 0x050C61) is unknown color: approx Midnight Blue. HEX triplet: 05, 0C and 61. RGB value is (5,12,97). Sum of RGB (Red+Green+Blue) = 5+12+97=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 12 (5.08% from 255 or 10.53% 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 #050C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C61 is #FAF39E. Grayscale: #131313. Windows color (decimal): -16446367 or 6360069. OLE color: 6360069.

HSL color Cylindrical-coordinate representation of color #050C61: hue angle of 235.43º 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 #050C61 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB51297-
CMYK0.950.8800.62
HSL235.43º90.2%20%-
HSV(B)235.43º94.85%38.04%-
XYZ2.351.1611.41-
YUV19.6171.68117.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal512970.950.8800.62235.4390.220
Hex5C615F5803Eeb5a14
Octal51414113713007635313224
Binary1011100110000110111111011000011111011101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C61; }

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

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

<style>
 a { background-color: #050C61; }

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

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

<style>
 span { border-color: #050C61; }

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

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