Html Css Color HEX #020A88 Dark Blue

📋 copy color: '#020A88'

red 2 ◦ green 10 ◦ blue 136

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

Shades of Dark Blue #020A88

Tints of Dark Blue #020A88

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.76%

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

R = 1.35%
G = 6.76%
B = 91.89%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#020A88 (or 0x020A88) is known color: Dark Blue. HEX triplet: 02, 0A and 88. RGB value is (2,10,136). Sum of RGB (Red+Green+Blue) = 2+10+136=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 136 (53.52% from 255 or 91.89% from 148); Max value from RGB is 136 - color contains mainly: blue. Hex color #020A88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A88 is #FDF577. Grayscale: #151515. Windows color (decimal): -16643448 or 8915458. OLE color: 8915458.

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

Color convert

RGB 2 10 136 -
CMYK 0.99 0.93 0 0.47
HSL 236.42º 0.97% 0.27% -
HSV(B) 236.42º 0.99% 0.53% -
XYZ 4.58 2.01 23.44 -
YUV 21.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 2 10 136 0.99 0.93 0 0.47 236.42 0.97 0.27
Hex 2 A 88 63 5D 0 2F EC 61 1B
Octal 2 12 210 143 135 0 57 354 141 33
Binary 10 1010 10001000 1100011 1011101 0 101111 11101100 1100001 11011

Color Harmonies of #020A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A88

Black with #020A88

Text Example


Text Example

White with #020A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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