#022AA6

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

Shades of International Klein Blue #022AA6

Tints of International Klein Blue #022AA6

Color information

#022AA6 (or 0x022AA6) is unknown color: approx International Klein Blue. HEX triplet: 02, 2A and A6. RGB value is (2,42,166). Sum of RGB (Red+Green+Blue) = 2+42+166=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #022AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AA6 is #FDD559. Grayscale: #2B2B2B. Windows color (decimal): -16635226 or 10889730. OLE color: 10889730.

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

Color convert

RGB242166-
CMYK0.990.7500.35
HSL225.37º97.62%32.94%-
HSV(B)225.37º98.8%65.1%-
XYZ7.744.4236.52-
YUV44.18196.7597.92-

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) = 20%
BLUE value IS 166 (65.23% from 255) = 79.05%
R=0.95%
G=20%
B=79.05%

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
Decimal2421660.990.7500.35225.3797.6232.94
Hex22AA6634B023e16221
Octal25224614311304334114241
Binary1010101010100110110001110010110100011111000011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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