#022AA1

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

Shades of International Klein Blue #022AA1

Tints of International Klein Blue #022AA1

Color information

#022AA1 (or 0x022AA1) is unknown color: approx International Klein Blue. HEX triplet: 02, 2A and A1. RGB value is (2,42,161). Sum of RGB (Red+Green+Blue) = 2+42+161=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 161 (63.28% from 255 or 78.54% from 205); Max value from RGB is 161 - color contains mainly: blue. Hex color #022AA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022AA1 is #FDD55E. Grayscale: #2B2B2B. Windows color (decimal): -16635231 or 10562050. OLE color: 10562050.

HSL color Cylindrical-coordinate representation of color #022AA1: hue angle of 224.91º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022AA1 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB242161-
CMYK0.990.7400.37
HSL224.91º97.55%31.96%-
HSV(B)224.91º98.76%63.14%-
XYZ7.294.2434.15-
YUV43.61194.2598.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 161 (63.28% from 255) = 78.54%
R=0.98%
G=20.49%
B=78.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2421610.990.7400.37224.9197.5531.96
Hex22AA1634A025e16220
Octal25224114311204534114240
Binary1010101010100001110001110010100100101111000011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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