#050C68

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

Shades of Midnight Blue #050C68

Tints of Midnight Blue #050C68

Color information

#050C68 (or 0x050C68) is unknown color: approx Midnight Blue. HEX triplet: 05, 0C and 68. RGB value is (5,12,104). Sum of RGB (Red+Green+Blue) = 5+12+104=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 104 (41.02% from 255 or 85.95% from 121); Max value from RGB is 104 - color contains mainly: blue. Hex color #050C68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C68 is #FAF397. Grayscale: #141414. Windows color (decimal): -16446360 or 6818821. OLE color: 6818821.

HSL color Cylindrical-coordinate representation of color #050C68: hue angle of 235.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050C68 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB512104-
CMYK0.950.8800.59
HSL235.76º90.83%21.37%-
HSV(B)235.76º95.19%40.78%-
XYZ2.691.2913.2-
YUV20.4175.18117.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 104 (41.02% from 255) = 85.95%
R=4.13%
G=9.92%
B=85.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5121040.950.8800.59235.7690.8321.37
Hex5C685F5803Bec5b15
Octal51415013713007335413325
Binary1011100110100010111111011000011101111101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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