Html Css Color HEX #020488 Dark Blue

📋 copy color: '#020488'

red 2 ◦ green 4 ◦ blue 136

#020488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #020488

Tints of Dark Blue #020488

RGB

 RED value IS 2 (1.17% from 255) = 1.41%

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 136 (53.52% from 255) = 95.77%

R = 1.41%
G = 2.82%
B = 95.77%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020488 (or 0x020488) is known color: Dark Blue. HEX triplet: 02, 04 and 88. RGB value is (2,4,136). Sum of RGB (Red+Green+Blue) = 2+4+136=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 136 (53.52% from 255 or 95.77% from 142); Max value from RGB is 136 - color contains mainly: blue. Hex color #020488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020488 is #FDFB77. Grayscale: #111111. Windows color (decimal): -16644984 or 8913922. OLE color: 8913922.

HSL color Cylindrical-coordinate representation of color #020488: hue angle of 239.1º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020488 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 4 136 -
CMYK 0.99 0.97 0 0.47
HSL 239.1º 0.97% 0.27% -
HSV(B) 239.1º 0.99% 0.53% -
XYZ 4.51 1.88 23.42 -
YUV 18.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 2 4 136 0.99 0.97 0 0.47 239.1 0.97 0.27
Hex 2 4 88 63 61 0 2F EF 61 1B
Octal 2 4 210 143 141 0 57 357 141 33
Binary 10 100 10001000 1100011 1100001 0 101111 11101111 1100001 11011

Color Harmonies of #020488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020488

Black with #020488

Text Example


Text Example

White with #020488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020488; }

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

 H1.HeaderClassName
 {
   color: #020488;
 }
 .AnyTagClassName
 {
   color: #020488;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #020488;
 }
 .BgClassName
 {
   background-color: #020488;
 }
</style>

border-color css

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

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

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