Html Css Color HEX #020088 Dark Blue

📋 copy color: '#020088'

red 2 ◦ green 0 ◦ blue 136

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

Shades of Dark Blue #020088

Tints of Dark Blue #020088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 1.45%
G = 0%
B = 98.55%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020088 (or 0x020088) is known color: Dark Blue. HEX triplet: 02, 00 and 88. RGB value is (2,0,136). Sum of RGB (Red+Green+Blue) = 2+0+136=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 136 (53.52% from 255 or 98.55% from 138); Max value from RGB is 136 - color contains mainly: blue. Hex color #020088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020088 is #FDFF77. Grayscale: #0F0F0F. Windows color (decimal): -16646008 or 8912898. OLE color: 8912898.

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

Color convert

RGB 2 0 136 -
CMYK 0.99 1 0 0.47
HSL 240.88º 1% 0.27% -
HSV(B) 240.88º 1% 0.53% -
XYZ 4.47 1.79 23.4 -
YUV 16.1 195.66 117.94 -
System Red Green Blue C M Y K H S L
Decimal 2 0 136 0.99 1 0 0.47 240.88 1 0.27
Hex 2 0 88 63 64 0 2F F1 64 1B
Octal 2 0 210 143 144 0 57 361 144 33
Binary 10 0 10001000 1100011 1100100 0 101111 11110001 1100100 11011

Color Harmonies of #020088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020088

Black with #020088

Text Example


Text Example

White with #020088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020088; }

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

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

background-color css

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

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

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

border-color css

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

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

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