Html Css Color HEX #021AAB International Klein Blue

📋 copy color: '#021AAB'

red 2 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #021AAB

Tints of International Klein Blue #021AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 85.93%

R = 1.01%
G = 13.07%
B = 85.93%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#021AAB (or 0x021AAB) is known color: International Klein Blue. HEX triplet: 02, 1A and AB. RGB value is (2,26,171). Sum of RGB (Red+Green+Blue) = 2+26+171=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #021AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AAB is #FDE554. Grayscale: #222222. Windows color (decimal): -16639317 or 11213314. OLE color: 11213314.

HSL color Cylindrical-coordinate representation of color #021AAB: hue angle of 231.48º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021AAB is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 26 171 -
CMYK 0.99 0.85 0 0.33
HSL 231.48º 0.98% 0.34% -
HSV(B) 231.48º 0.99% 0.67% -
XYZ 7.75 3.69 38.83 -
YUV 35.35 204.55 104.21 -
System Red Green Blue C M Y K H S L
Decimal 2 26 171 0.99 0.85 0 0.33 231.48 0.98 0.34
Hex 2 1A AB 63 55 0 21 E7 62 22
Octal 2 32 253 143 125 0 41 347 142 42
Binary 10 11010 10101011 1100011 1010101 0 100001 11100111 1100010 100010

Color Harmonies of #021AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021AAB

Black with #021AAB

Text Example


Text Example

White with #021AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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