Html Css Color HEX #021188 Dark Blue

📋 copy color: '#021188'

red 2 ◦ green 17 ◦ blue 136

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

Shades of Dark Blue #021188

Tints of Dark Blue #021188

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.97%

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

R = 1.29%
G = 10.97%
B = 87.74%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#021188 (or 0x021188) is known color: Dark Blue. HEX triplet: 02, 11 and 88. RGB value is (2,17,136). Sum of RGB (Red+Green+Blue) = 2+17+136=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 136 (53.52% from 255 or 87.74% from 155); Max value from RGB is 136 - color contains mainly: blue. Hex color #021188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021188 is #FDEE77. Grayscale: #191919. Windows color (decimal): -16641656 or 8917250. OLE color: 8917250.

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

Color convert

RGB 2 17 136 -
CMYK 0.99 0.87 0 0.47
HSL 233.28º 0.97% 0.27% -
HSV(B) 233.28º 0.99% 0.53% -
XYZ 4.67 2.19 23.47 -
YUV 26.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 2 17 136 0.99 0.87 0 0.47 233.28 0.97 0.27
Hex 2 11 88 63 57 0 2F E9 61 1B
Octal 2 21 210 143 127 0 57 351 141 33
Binary 10 10001 10001000 1100011 1010111 0 101111 11101001 1100001 11011

Color Harmonies of #021188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021188

Black with #021188

Text Example


Text Example

White with #021188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021188; }

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

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

background-color css

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

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

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

border-color css

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

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

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