Html Css Color HEX #021AA0 International Klein Blue

📋 copy color: '#021AA0'

red 2 ◦ green 26 ◦ blue 160

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

Shades of International Klein Blue #021AA0

Tints of International Klein Blue #021AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.83%

 BLUE value IS 160 (62.89% from 255) = 85.11%

R = 1.06%
G = 13.83%
B = 85.11%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#021AA0 (or 0x021AA0) is known color: International Klein Blue. HEX triplet: 02, 1A and A0. RGB value is (2,26,160). Sum of RGB (Red+Green+Blue) = 2+26+160=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 160 (62.89% from 255 or 85.11% from 188); Max value from RGB is 160 - color contains mainly: blue. Hex color #021AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AA0 is #FDE55F. Grayscale: #212121. Windows color (decimal): -16639328 or 10492418. OLE color: 10492418.

HSL color Cylindrical-coordinate representation of color #021AA0: hue angle of 230.89º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021AA0 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 26 160 -
CMYK 0.99 0.84 0 0.37
HSL 230.89º 0.98% 0.32% -
HSV(B) 230.89º 0.99% 0.63% -
XYZ 6.74 3.29 33.54 -
YUV 34.1 199.05 105.1 -
System Red Green Blue C M Y K H S L
Decimal 2 26 160 0.99 0.84 0 0.37 230.89 0.98 0.32
Hex 2 1A A0 63 54 0 25 E7 62 20
Octal 2 32 240 143 124 0 45 347 142 40
Binary 10 11010 10100000 1100011 1010100 0 100101 11100111 1100010 100000

Color Harmonies of #021AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021AA0

Black with #021AA0

Text Example


Text Example

White with #021AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021AA0; }

 p { color: rgb(2,26,160); }

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

background-color css

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

 a { background-color: rgb(2,26,160); }

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

border-color css

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

 span { border-color: rgb(2,26,160); }

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