#050DA8

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

Shades of New Midnight Blue #050DA8

Tints of New Midnight Blue #050DA8

Color information

#050DA8 (or 0x050DA8) is unknown color: approx New Midnight Blue. HEX triplet: 05, 0D and A8. RGB value is (5,13,168). Sum of RGB (Red+Green+Blue) = 5+13+168=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 168 (66.02% from 255 or 90.32% from 186); Max value from RGB is 168 - color contains mainly: blue. Hex color #050DA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050DA8 is #FAF257. Grayscale: #1B1B1B. Windows color (decimal): -16446040 or 11013381. OLE color: 11013381.

HSL color Cylindrical-coordinate representation of color #050DA8: hue angle of 237.06º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050DA8 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB513168-
CMYK0.970.9200.34
HSL237.06º94.22%33.92%-
HSV(B)237.06º97.02%65.88%-
XYZ7.273.1537.27-
YUV28.28206.85111.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 13 (5.47% from 255) = 6.99%
BLUE value IS 168 (66.02% from 255) = 90.32%
R=2.69%
G=6.99%
B=90.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5131680.970.9200.34237.0694.2233.92
Hex5DA8615C022ed5e22
Octal51525014113404235513642
Binary101110110101000110000110111000100010111011011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,13,168); }

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

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

 a { background-color: rgb(5,13,168); }

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

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

 span { border-color: rgb(5,13,168); }

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