Html Css Color HEX #021AAF International Klein Blue

📋 copy color: '#021AAF'

red 2 ◦ green 26 ◦ blue 175

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

Shades of International Klein Blue #021AAF

Tints of International Klein Blue #021AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 86.21%

R = 0.99%
G = 12.81%
B = 86.21%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#021AAF (or 0x021AAF) is known color: International Klein Blue. HEX triplet: 02, 1A and AF. RGB value is (2,26,175). Sum of RGB (Red+Green+Blue) = 2+26+175=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #021AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AAF is #FDE550. Grayscale: #232323. Windows color (decimal): -16639313 or 11475458. OLE color: 11475458.

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

Color convert

RGB 2 26 175 -
CMYK 0.99 0.85 0 0.31
HSL 231.68º 0.98% 0.35% -
HSV(B) 231.68º 0.99% 0.69% -
XYZ 8.13 3.85 40.87 -
YUV 35.81 206.55 103.88 -
System Red Green Blue C M Y K H S L
Decimal 2 26 175 0.99 0.85 0 0.31 231.68 0.98 0.35
Hex 2 1A AF 63 55 0 1F E8 62 23
Octal 2 32 257 143 125 0 37 350 142 43
Binary 10 11010 10101111 1100011 1010101 0 11111 11101000 1100010 100011

Color Harmonies of #021AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021AAF

Black with #021AAF

Text Example


Text Example

White with #021AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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