#02058A

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

Shades of Dark Blue #02058A

Tints of Dark Blue #02058A

Color information

#02058A (or 0x02058A) is unknown color: approx Dark Blue. HEX triplet: 02, 05 and 8A. RGB value is (2,5,138). Sum of RGB (Red+Green+Blue) = 2+5+138=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 138 (54.30% from 255 or 95.17% from 145); Max value from RGB is 138 - color contains mainly: blue. Hex color #02058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02058A is #FDFA75. Grayscale: #121212. Windows color (decimal): -16644726 or 9045250. OLE color: 9045250.

HSL color Cylindrical-coordinate representation of color #02058A: hue angle of 238.68º degrees, saturation: 0.97, 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 #02058A is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25138-
CMYK0.990.9600.46
HSL238.68º97.14%27.45%-
HSV(B)238.68º98.55%54.12%-
XYZ4.671.9624.18-
YUV19.26195.01115.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 138 (54.30% from 255) = 95.17%
R=1.38%
G=3.45%
B=95.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251380.990.9600.46238.6897.1427.45
Hex258A636002Eef611b
Octal2521214314005635714133
Binary101011000101011000111100000010111011101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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