#05189E

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

Shades of New Midnight Blue #05189E

Tints of New Midnight Blue #05189E

Color information

#05189E (or 0x05189E) is unknown color: approx New Midnight Blue. HEX triplet: 05, 18 and 9E. RGB value is (5,24,158). Sum of RGB (Red+Green+Blue) = 5+24+158=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 158 (62.11% from 255 or 84.49% from 187); Max value from RGB is 158 - color contains mainly: blue. Hex color #05189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05189E is #FAE761. Grayscale: #212121. Windows color (decimal): -16443234 or 10360837. OLE color: 10360837.

HSL color Cylindrical-coordinate representation of color #05189E: hue angle of 232.55º 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 #05189E is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB524158-
CMYK0.970.8500.38
HSL232.55º93.87%31.96%-
HSV(B)232.55º96.84%61.96%-
XYZ6.563.1532.61-
YUV33.6198.21107.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 158 (62.11% from 255) = 84.49%
R=2.67%
G=12.83%
B=84.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5241580.970.8500.38232.5593.8731.96
Hex5189E6155026e95e20
Octal53023614112504635113640
Binary1011100010011110110000110101010100110111010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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