#050F67

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

Shades of Midnight Blue #050F67

Tints of Midnight Blue #050F67

Color information

#050F67 (or 0x050F67) is unknown color: approx Midnight Blue. HEX triplet: 05, 0F and 67. RGB value is (5,15,103). Sum of RGB (Red+Green+Blue) = 5+15+103=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 103 (40.62% from 255 or 83.74% from 123); Max value from RGB is 103 - color contains mainly: blue. Hex color #050F67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F67 is #FAF098. Grayscale: #151515. Windows color (decimal): -16445593 or 6754053. OLE color: 6754053.

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

Color convert

RGB515103-
CMYK0.950.8500.60
HSL233.88º90.74%21.18%-
HSV(B)233.88º95.15%40.39%-
XYZ2.681.3512.95-
YUV22.04173.69115.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 15 (6.25% from 255) = 12.20%
BLUE value IS 103 (40.62% from 255) = 83.74%
R=4.07%
G=12.20%
B=83.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5151030.950.8500.60233.8890.7421.18
Hex5F675F5503Cea5b15
Octal51714713712507435213325
Binary1011111110011110111111010101011110011101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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