#05118A

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

Shades of Dark Blue #05118A

Tints of Dark Blue #05118A

Color information

#05118A (or 0x05118A) is unknown color: approx Dark Blue. HEX triplet: 05, 11 and 8A. RGB value is (5,17,138). Sum of RGB (Red+Green+Blue) = 5+17+138=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 138 (54.30% from 255 or 86.25% from 160); Max value from RGB is 138 - color contains mainly: blue. Hex color #05118A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05118A is #FAEE75. Grayscale: #1A1A1A. Windows color (decimal): -16445046 or 9048325. OLE color: 9048325.

HSL color Cylindrical-coordinate representation of color #05118A: hue angle of 234.59º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05118A is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB517138-
CMYK0.960.8800.46
HSL234.59º93.01%28.04%-
HSV(B)234.59º96.38%54.12%-
XYZ4.852.2724.23-
YUV27.21190.52112.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 138 (54.30% from 255) = 86.25%
R=3.12%
G=10.62%
B=86.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5171380.960.8800.46234.5993.0128.04
Hex5118A605802Eeb5d1c
Octal52121214013005635313534
Binary101100011000101011000001011000010111011101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05118A; }

 p { color: rgb(5,17,138); }

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

<style>
 a { background-color: #05118A; }

 a { background-color: rgb(5,17,138); }

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

<style>
 span { border-color: #05118A; }

 span { border-color: rgb(5,17,138); }

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