#022FA9

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

Shades of International Klein Blue #022FA9

Tints of International Klein Blue #022FA9

Color information

#022FA9 (or 0x022FA9) is unknown color: approx International Klein Blue. HEX triplet: 02, 2F and A9. RGB value is (2,47,169). Sum of RGB (Red+Green+Blue) = 2+47+169=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 169 (66.41% from 255 or 77.52% from 218); Max value from RGB is 169 - color contains mainly: blue. Hex color #022FA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FA9 is #FDD056. Grayscale: #2E2E2E. Windows color (decimal): -16633943 or 11087618. OLE color: 11087618.

HSL color Cylindrical-coordinate representation of color #022FA9: hue angle of 223.83º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FA9 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB247169-
CMYK0.990.7200.34
HSL223.83º97.66%33.53%-
HSV(B)223.83º98.82%66.27%-
XYZ8.24.9138.05-
YUV47.45196.5995.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 47 (18.75% from 255) = 21.56%
BLUE value IS 169 (66.41% from 255) = 77.52%
R=0.92%
G=21.56%
B=77.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2471690.990.7200.34223.8397.6633.53
Hex22FA96348022e06222
Octal25725114311004234014242
Binary1010111110101001110001110010000100010111000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,47,169); }

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

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

 a { background-color: rgb(2,47,169); }

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

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

 span { border-color: rgb(2,47,169); }

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