Html Css Color HEX #022CAA International Klein Blue

📋 copy color: '#022CAA'

red 2 ◦ green 44 ◦ blue 170

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

Shades of International Klein Blue #022CAA

Tints of International Klein Blue #022CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

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

R = 0.93%
G = 20.37%
B = 78.7%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#022CAA (or 0x022CAA) is known color: International Klein Blue. HEX triplet: 02, 2C and AA. RGB value is (2,44,170). Sum of RGB (Red+Green+Blue) = 2+44+170=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #022CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022CAA is #FDD355. Grayscale: #2D2D2D. Windows color (decimal): -16634710 or 11152386. OLE color: 11152386.

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

Color convert

RGB 2 44 170 -
CMYK 0.99 0.74 0 0.33
HSL 225º 0.98% 0.34% -
HSV(B) 225º 0.99% 0.67% -
XYZ 8.18 4.72 38.51 -
YUV 45.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 2 44 170 0.99 0.74 0 0.33 225 0.98 0.34
Hex 2 2C AA 63 4A 0 21 E1 62 22
Octal 2 54 252 143 112 0 41 341 142 42
Binary 10 101100 10101010 1100011 1001010 0 100001 11100001 1100010 100010

Color Harmonies of #022CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CAA

Black with #022CAA

Text Example


Text Example

White with #022CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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