#05088E

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

Shades of Dark Blue #05088E

Tints of Dark Blue #05088E

Color information

#05088E (or 0x05088E) is unknown color: approx Dark Blue. HEX triplet: 05, 08 and 8E. RGB value is (5,8,142). Sum of RGB (Red+Green+Blue) = 5+8+142=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 142 (55.86% from 255 or 91.61% from 155); Max value from RGB is 142 - color contains mainly: blue. Hex color #05088E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05088E is #FAF771. Grayscale: #151515. Windows color (decimal): -16447346 or 9308165. OLE color: 9308165.

HSL color Cylindrical-coordinate representation of color #05088E: hue angle of 238.69º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05088E is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58142-
CMYK0.960.9400.44
HSL238.69º93.2%28.82%-
HSV(B)238.69º96.48%55.69%-
XYZ5.032.1625.74-
YUV22.38195.51115.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 142 (55.86% from 255) = 91.61%
R=3.23%
G=5.16%
B=91.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581420.960.9400.44238.6993.228.82
Hex588E605E02Cef5d1d
Octal51021614013605435713535
Binary10110001000111011000001011110010110011101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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