#022AA7

Color #022AA7 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #022AA7

Tints of International Klein Blue #022AA7

Color information

#022AA7 (or 0x022AA7) is unknown color: approx International Klein Blue. HEX triplet: 02, 2A and A7. RGB value is (2,42,167). Sum of RGB (Red+Green+Blue) = 2+42+167=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 167 (65.62% from 255 or 79.15% from 211); Max value from RGB is 167 - color contains mainly: blue. Hex color #022AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AA7 is #FDD558. Grayscale: #2B2B2B. Windows color (decimal): -16635225 or 10955266. OLE color: 10955266.

HSL color Cylindrical-coordinate representation of color #022AA7: hue angle of 225.45º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AA7 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB242167-
CMYK0.990.7500.35
HSL225.45º97.63%33.14%-
HSV(B)225.45º98.8%65.49%-
XYZ7.834.4637.01-
YUV44.29197.2597.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 167 (65.62% from 255) = 79.15%
R=0.95%
G=19.91%
B=79.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2421670.990.7500.35225.4597.6333.14
Hex22AA7634B023e16221
Octal25224714311304334114241
Binary1010101010100111110001110010110100011111000011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #022AA7;
 }
 .AnyTagClassName
 {
   color: #022AA7;
 }
</style>
background-color css

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

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

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

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

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

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