#05098E

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

Shades of Dark Blue #05098E

Tints of Dark Blue #05098E

Color information

#05098E (or 0x05098E) is unknown color: approx Dark Blue. HEX triplet: 05, 09 and 8E. RGB value is (5,9,142). Sum of RGB (Red+Green+Blue) = 5+9+142=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 142 (55.86% from 255 or 91.03% from 156); Max value from RGB is 142 - color contains mainly: blue. Hex color #05098E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05098E is #FAF671. Grayscale: #161616. Windows color (decimal): -16447090 or 9308421. OLE color: 9308421.

HSL color Cylindrical-coordinate representation of color #05098E: hue angle of 238.25º 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 #05098E is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB59142-
CMYK0.960.9400.44
HSL238.25º93.2%28.82%-
HSV(B)238.25º96.48%55.69%-
XYZ5.042.1825.75-
YUV22.97195.17115.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 142 (55.86% from 255) = 91.03%
R=3.21%
G=5.77%
B=91.03%

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
Decimal591420.960.9400.44238.2593.228.82
Hex598E605E02Cee5d1d
Octal51121614013605435613535
Binary10110011000111011000001011110010110011101110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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