#05089C

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

Shades of New Midnight Blue #05089C

Tints of New Midnight Blue #05089C

Color information

#05089C (or 0x05089C) is unknown color: approx New Midnight Blue. HEX triplet: 05, 08 and 9C. RGB value is (5,8,156). Sum of RGB (Red+Green+Blue) = 5+8+156=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 156 (61.33% from 255 or 92.31% from 169); Max value from RGB is 156 - color contains mainly: blue. Hex color #05089C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05089C is #FAF763. Grayscale: #171717. Windows color (decimal): -16447332 or 10225669. OLE color: 10225669.

HSL color Cylindrical-coordinate representation of color #05089C: hue angle of 238.81º 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 #05089C is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB58156-
CMYK0.970.9500.39
HSL238.81º93.79%31.57%-
HSV(B)238.81º96.79%61.18%-
XYZ6.152.6131.63-
YUV23.98202.51114.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 156 (61.33% from 255) = 92.31%
R=2.96%
G=4.73%
B=92.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581560.970.9500.39238.8193.7931.57
Hex589C615F027ef5e20
Octal51023414113704735713640
Binary101100010011100110000110111110100111111011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05089C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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