#050C5B

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

Shades of Midnight Blue #050C5B

Tints of Midnight Blue #050C5B

Color information

#050C5B (or 0x050C5B) is unknown color: approx Midnight Blue. HEX triplet: 05, 0C and 5B. RGB value is (5,12,91). Sum of RGB (Red+Green+Blue) = 5+12+91=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 91 (35.94% from 255 or 84.26% from 108); Max value from RGB is 91 - color contains mainly: blue. Hex color #050C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C5B is #FAF3A4. Grayscale: #121212. Windows color (decimal): -16446373 or 5966853. OLE color: 5966853.

HSL color Cylindrical-coordinate representation of color #050C5B: hue angle of 235.12º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050C5B is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB51291-
CMYK0.950.8700.64
HSL235.12º89.58%18.82%-
HSV(B)235.12º94.51%35.69%-
XYZ2.081.059.99-
YUV18.91168.68118.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 91 (35.94% from 255) = 84.26%
R=4.63%
G=11.11%
B=84.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal512910.950.8700.64235.1289.5818.82
Hex5C5B5F57040eb5a13
Octal514133137127010035313223
Binary10111001011011101111110101110100000011101011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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