#05109E

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

Shades of New Midnight Blue #05109E

Tints of New Midnight Blue #05109E

Color information

#05109E (or 0x05109E) is unknown color: approx New Midnight Blue. HEX triplet: 05, 10 and 9E. RGB value is (5,16,158). Sum of RGB (Red+Green+Blue) = 5+16+158=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #05109E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05109E is #FAEF61. Grayscale: #1C1C1C. Windows color (decimal): -16445282 or 10358789. OLE color: 10358789.

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

Color convert

RGB516158-
CMYK0.970.9000.38
HSL235.69º93.87%31.96%-
HSV(B)235.69º96.84%61.96%-
XYZ6.422.8732.56-
YUV28.9200.86110.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 158 (62.11% from 255) = 88.27%
R=2.79%
G=8.94%
B=88.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5161580.970.9000.38235.6993.8731.96
Hex5109E615A026ec5e20
Octal52023614113204635413640
Binary1011000010011110110000110110100100110111011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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