Html Css Color HEX #021CAA International Klein Blue

📋 copy color: '#021CAA'

red 2 ◦ green 28 ◦ blue 170

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

Shades of International Klein Blue #021CAA

Tints of International Klein Blue #021CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

 BLUE value IS 170 (66.8% from 255) = 85%

R = 1%
G = 14%
B = 85%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#021CAA (or 0x021CAA) is known color: International Klein Blue. HEX triplet: 02, 1C and AA. RGB value is (2,28,170). Sum of RGB (Red+Green+Blue) = 2+28+170=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #021CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021CAA is #FDE355. Grayscale: #232323. Windows color (decimal): -16638806 or 11148290. OLE color: 11148290.

HSL color Cylindrical-coordinate representation of color #021CAA: hue angle of 230.71º 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 #021CAA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 28 170 -
CMYK 0.99 0.84 0 0.33
HSL 230.71º 0.98% 0.34% -
HSV(B) 230.71º 0.99% 0.67% -
XYZ 7.7 3.75 38.35 -
YUV 36.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 2 28 170 0.99 0.84 0 0.33 230.71 0.98 0.34
Hex 2 1C AA 63 54 0 21 E7 62 22
Octal 2 34 252 143 124 0 41 347 142 42
Binary 10 11100 10101010 1100011 1010100 0 100001 11100111 1100010 100010

Color Harmonies of #021CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021CAA

Black with #021CAA

Text Example


Text Example

White with #021CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,28,170); }

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

background-color css

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

 a { background-color: rgb(2,28,170); }

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

border-color css

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

 span { border-color: rgb(2,28,170); }

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