#05018D

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

Shades of Dark Blue #05018D

Tints of Dark Blue #05018D

Color information

#05018D (or 0x05018D) is unknown color: approx Dark Blue. HEX triplet: 05, 01 and 8D. RGB value is (5,1,141). Sum of RGB (Red+Green+Blue) = 5+1+141=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 141 (55.47% from 255 or 95.92% from 147); Max value from RGB is 141 - color contains mainly: blue. Hex color #05018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05018D is #FAFE72. Grayscale: #111111. Windows color (decimal): -16449139 or 9240837. OLE color: 9240837.

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

Color convert

RGB51141-
CMYK0.960.9900.45
HSL241.71º98.59%27.84%-
HSV(B)241.71º99.29%55.29%-
XYZ4.881.9825.32-
YUV18.16197.33118.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 141 (55.47% from 255) = 95.92%
R=3.40%
G=0.68%
B=95.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511410.960.9900.45241.7198.5927.84
Hex518D606302Df2631c
Octal5121514014305536214334
Binary10111000110111000001100011010110111110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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