Html Css Color HEX #022AAA International Klein Blue

📋 copy color: '#022AAA'

red 2 ◦ green 42 ◦ blue 170

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

Shades of International Klein Blue #022AAA

Tints of International Klein Blue #022AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 0.93%
G = 19.63%
B = 79.44%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#022AAA (or 0x022AAA) is known color: International Klein Blue. HEX triplet: 02, 2A and AA. RGB value is (2,42,170). Sum of RGB (Red+Green+Blue) = 2+42+170=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #022AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AAA is #FDD555. Grayscale: #2C2C2C. Windows color (decimal): -16635222 or 11151874. OLE color: 11151874.

HSL color Cylindrical-coordinate representation of color #022AAA: hue angle of 225.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 #022AAA is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 42 170 -
CMYK 0.99 0.75 0 0.33
HSL 225.71º 0.98% 0.34% -
HSV(B) 225.71º 0.99% 0.67% -
XYZ 8.11 4.57 38.49 -
YUV 44.63 198.75 97.59 -
System Red Green Blue C M Y K H S L
Decimal 2 42 170 0.99 0.75 0 0.33 225.71 0.98 0.34
Hex 2 2A AA 63 4B 0 21 E2 62 22
Octal 2 52 252 143 113 0 41 342 142 42
Binary 10 101010 10101010 1100011 1001011 0 100001 11100010 1100010 100010

Color Harmonies of #022AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022AAA

Black with #022AAA

Text Example


Text Example

White with #022AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022AAA; }

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

 H1.HeaderClassName
 {
   color: #022AAA;
 }
 .AnyTagClassName
 {
   color: #022AAA;
 }
</style>

background-color css

<style>
 a { background-color: #022AAA; }

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

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

border-color css

<style>
 span { border-color: #022AAA; }

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

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