#05119E

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

Shades of New Midnight Blue #05119E

Tints of New Midnight Blue #05119E

Color information

#05119E (or 0x05119E) is unknown color: approx New Midnight Blue. HEX triplet: 05, 11 and 9E. RGB value is (5,17,158). Sum of RGB (Red+Green+Blue) = 5+17+158=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #05119E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05119E is #FAEE61. Grayscale: #1C1C1C. Windows color (decimal): -16445026 or 10359045. OLE color: 10359045.

HSL color Cylindrical-coordinate representation of color #05119E: hue angle of 235.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05119E is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB517158-
CMYK0.970.8900.38
HSL235.29º93.87%31.96%-
HSV(B)235.29º96.84%61.96%-
XYZ6.432.932.57-
YUV29.49200.52110.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 158 (62.11% from 255) = 87.78%
R=2.78%
G=9.44%
B=87.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5171580.970.8900.38235.2993.8731.96
Hex5119E6159026eb5e20
Octal52123614113104635313640
Binary1011000110011110110000110110010100110111010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05119E; }

 p { color: rgb(5,17,158); }

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

<style>
 a { background-color: #05119E; }

 a { background-color: rgb(5,17,158); }

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

<style>
 span { border-color: #05119E; }

 span { border-color: rgb(5,17,158); }

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