Html Css Color HEX #021AAD International Klein Blue

📋 copy color: '#021AAD'

red 2 ◦ green 26 ◦ blue 173

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

Shades of International Klein Blue #021AAD

Tints of International Klein Blue #021AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 86.07%

R = 1%
G = 12.94%
B = 86.07%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#021AAD (or 0x021AAD) is known color: International Klein Blue. HEX triplet: 02, 1A and AD. RGB value is (2,26,173). Sum of RGB (Red+Green+Blue) = 2+26+173=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #021AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021AAD is #FDE552. Grayscale: #222222. Windows color (decimal): -16639315 or 11344386. OLE color: 11344386.

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

Color convert

RGB 2 26 173 -
CMYK 0.99 0.85 0 0.32
HSL 231.58º 0.98% 0.34% -
HSV(B) 231.58º 0.99% 0.68% -
XYZ 7.94 3.77 39.84 -
YUV 35.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 2 26 173 0.99 0.85 0 0.32 231.58 0.98 0.34
Hex 2 1A AD 63 55 0 20 E8 62 22
Octal 2 32 255 143 125 0 40 350 142 42
Binary 10 11010 10101101 1100011 1010101 0 100000 11101000 1100010 100010

Color Harmonies of #021AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021AAD

Black with #021AAD

Text Example


Text Example

White with #021AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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