#05018A

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

Shades of Dark Blue #05018A

Tints of Dark Blue #05018A

Color information

#05018A (or 0x05018A) is unknown color: approx Dark Blue. HEX triplet: 05, 01 and 8A. RGB value is (5,1,138). Sum of RGB (Red+Green+Blue) = 5+1+138=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 138 (54.30% from 255 or 95.83% from 144); Max value from RGB is 138 - color contains mainly: blue. Hex color #05018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05018A is #FAFE75. Grayscale: #111111. Windows color (decimal): -16449142 or 9044229. OLE color: 9044229.

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

Color convert

RGB51138-
CMYK0.960.9900.46
HSL241.75º98.56%27.25%-
HSV(B)241.75º99.28%54.12%-
XYZ4.661.8924.16-
YUV17.81195.83118.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 138 (54.30% from 255) = 95.83%
R=3.47%
G=0.69%
B=95.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511380.960.9900.46241.7598.5627.25
Hex518A606302Ef2631b
Octal5121214014305636214333
Binary10111000101011000001100011010111011110010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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