Html Css Color HEX #022AAF International Klein Blue

📋 copy color: '#022AAF'

red 2 ◦ green 42 ◦ blue 175

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

Shades of International Klein Blue #022AAF

Tints of International Klein Blue #022AAF

RGB

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

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

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

R = 0.91%
G = 19.18%
B = 79.91%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#022AAF (or 0x022AAF) is known color: International Klein Blue. HEX triplet: 02, 2A and AF. RGB value is (2,42,175). Sum of RGB (Red+Green+Blue) = 2+42+175=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #022AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AAF is #FDD550. Grayscale: #2C2C2C. Windows color (decimal): -16635217 or 11479554. OLE color: 11479554.

HSL color Cylindrical-coordinate representation of color #022AAF: hue angle of 226.13º 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 #022AAF is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 42 175 -
CMYK 0.99 0.76 0 0.31
HSL 226.13º 0.98% 0.35% -
HSV(B) 226.13º 0.99% 0.69% -
XYZ 8.59 4.76 41.02 -
YUV 45.2 201.25 97.19 -
System Red Green Blue C M Y K H S L
Decimal 2 42 175 0.99 0.76 0 0.31 226.13 0.98 0.35
Hex 2 2A AF 63 4C 0 1F E2 62 23
Octal 2 52 257 143 114 0 37 342 142 43
Binary 10 101010 10101111 1100011 1001100 0 11111 11100010 1100010 100011

Color Harmonies of #022AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022AAF

Black with #022AAF

Text Example


Text Example

White with #022AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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