#050F62

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

Shades of Midnight Blue #050F62

Tints of Midnight Blue #050F62

Color information

#050F62 (or 0x050F62) is unknown color: approx Midnight Blue. HEX triplet: 05, 0F and 62. RGB value is (5,15,98). Sum of RGB (Red+Green+Blue) = 5+15+98=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #050F62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F62 is #FAF09D. Grayscale: #151515. Windows color (decimal): -16445598 or 6426373. OLE color: 6426373.

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

Color convert

RGB51598-
CMYK0.950.8500.62
HSL233.55º90.29%20.2%-
HSV(B)233.55º94.9%38.43%-
XYZ2.441.2611.67-
YUV21.47171.19116.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 98 (38.67% from 255) = 83.05%
R=4.24%
G=12.71%
B=83.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal515980.950.8500.62233.5590.2920.2
Hex5F625F5503Eea5a14
Octal51714213712507635213224
Binary1011111110001010111111010101011111011101010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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