#050F6F

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

Shades of Midnight Blue #050F6F

Tints of Midnight Blue #050F6F

Color information

#050F6F (or 0x050F6F) is unknown color: approx Midnight Blue. HEX triplet: 05, 0F and 6F. RGB value is (5,15,111). Sum of RGB (Red+Green+Blue) = 5+15+111=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #050F6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F6F is #FAF090. Grayscale: #161616. Windows color (decimal): -16445585 or 7278341. OLE color: 7278341.

HSL color Cylindrical-coordinate representation of color #050F6F: hue angle of 234.34º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050F6F is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB515111-
CMYK0.950.8600.56
HSL234.34º91.38%22.75%-
HSV(B)234.34º95.5%43.53%-
XYZ3.11.5215.17-
YUV22.95177.69115.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 111 (43.75% from 255) = 84.73%
R=3.82%
G=11.45%
B=84.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5151110.950.8600.56234.3491.3822.75
Hex5F6F5F56038ea5b17
Octal51715713712607035213327
Binary1011111110111110111111010110011100011101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,15,111); }

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

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

 a { background-color: rgb(5,15,111); }

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

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

 span { border-color: rgb(5,15,111); }

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