#05109C

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

Shades of New Midnight Blue #05109C

Tints of New Midnight Blue #05109C

Color information

#05109C (or 0x05109C) is unknown color: approx New Midnight Blue. HEX triplet: 05, 10 and 9C. RGB value is (5,16,156). Sum of RGB (Red+Green+Blue) = 5+16+156=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #05109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05109C is #FAEF63. Grayscale: #1C1C1C. Windows color (decimal): -16445284 or 10227717. OLE color: 10227717.

HSL color Cylindrical-coordinate representation of color #05109C: hue angle of 235.63º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05109C is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB516156-
CMYK0.970.9000.39
HSL235.63º93.79%31.57%-
HSV(B)235.63º96.79%61.18%-
XYZ6.252.831.66-
YUV28.67199.86111.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 156 (61.33% from 255) = 88.14%
R=2.82%
G=9.04%
B=88.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5161560.970.9000.39235.6393.7931.57
Hex5109C615A027ec5e20
Octal52023414113204735413640
Binary1011000010011100110000110110100100111111011001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05109C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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