Html Css Color HEX #022AAC International Klein Blue

📋 copy color: '#022AAC'

red 2 ◦ green 42 ◦ blue 172

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

Shades of International Klein Blue #022AAC

Tints of International Klein Blue #022AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 79.63%

R = 0.93%
G = 19.44%
B = 79.63%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#022AAC (or 0x022AAC) is known color: International Klein Blue. HEX triplet: 02, 2A and AC. RGB value is (2,42,172). Sum of RGB (Red+Green+Blue) = 2+42+172=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 172 (67.58% from 255 or 79.63% from 216); Max value from RGB is 172 - color contains mainly: blue. Hex color #022AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AAC is #FDD553. Grayscale: #2C2C2C. Windows color (decimal): -16635220 or 11282946. OLE color: 11282946.

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

Color convert

RGB 2 42 172 -
CMYK 0.99 0.76 0 0.33
HSL 225.88º 0.98% 0.34% -
HSV(B) 225.88º 0.99% 0.67% -
XYZ 8.3 4.65 39.49 -
YUV 44.86 199.75 97.43 -
System Red Green Blue C M Y K H S L
Decimal 2 42 172 0.99 0.76 0 0.33 225.88 0.98 0.34
Hex 2 2A AC 63 4C 0 21 E2 62 22
Octal 2 52 254 143 114 0 41 342 142 42
Binary 10 101010 10101100 1100011 1001100 0 100001 11100010 1100010 100010

Color Harmonies of #022AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022AAC

Black with #022AAC

Text Example


Text Example

White with #022AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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