Html Css Color HEX #020688 Dark Blue

📋 copy color: '#020688'

red 2 ◦ green 6 ◦ blue 136

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

Shades of Dark Blue #020688

Tints of Dark Blue #020688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

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

R = 1.39%
G = 4.17%
B = 94.44%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020688 (or 0x020688) is known color: Dark Blue. HEX triplet: 02, 06 and 88. RGB value is (2,6,136). Sum of RGB (Red+Green+Blue) = 2+6+136=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 136 (53.52% from 255 or 94.44% from 144); Max value from RGB is 136 - color contains mainly: blue. Hex color #020688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020688 is #FDF977. Grayscale: #131313. Windows color (decimal): -16644472 or 8914434. OLE color: 8914434.

HSL color Cylindrical-coordinate representation of color #020688: hue angle of 238.21º 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 #020688 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 6 136 -
CMYK 0.99 0.96 0 0.47
HSL 238.21º 0.97% 0.27% -
HSV(B) 238.21º 0.99% 0.53% -
XYZ 4.53 1.92 23.42 -
YUV 19.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 2 6 136 0.99 0.96 0 0.47 238.21 0.97 0.27
Hex 2 6 88 63 60 0 2F EE 61 1B
Octal 2 6 210 143 140 0 57 356 141 33
Binary 10 110 10001000 1100011 1100000 0 101111 11101110 1100001 11011

Color Harmonies of #020688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020688

Black with #020688

Text Example


Text Example

White with #020688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020688; }

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

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

background-color css

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

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

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

border-color css

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

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

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