#02048A

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

Shades of Dark Blue #02048A

Tints of Dark Blue #02048A

Color information

#02048A (or 0x02048A) is unknown color: approx Dark Blue. HEX triplet: 02, 04 and 8A. RGB value is (2,4,138). Sum of RGB (Red+Green+Blue) = 2+4+138=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 4 (1.95% from 255 or 2.78% 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 #02048A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02048A is #FDFB75. Grayscale: #121212. Windows color (decimal): -16644982 or 9044994. OLE color: 9044994.

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

Color convert

RGB24138-
CMYK0.990.9700.46
HSL239.12º97.14%27.45%-
HSV(B)239.12º98.55%54.12%-
XYZ4.661.9324.17-
YUV18.68195.34116.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 138 (54.30% from 255) = 95.83%
R=1.39%
G=2.78%
B=95.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241380.990.9700.46239.1297.1427.45
Hex248A636102Eef611b
Octal2421214314105635714133
Binary101001000101011000111100001010111011101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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