#022FA0

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

Shades of International Klein Blue #022FA0

Tints of International Klein Blue #022FA0

Color information

#022FA0 (or 0x022FA0) is unknown color: approx International Klein Blue. HEX triplet: 02, 2F and A0. RGB value is (2,47,160). Sum of RGB (Red+Green+Blue) = 2+47+160=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 160 (62.89% from 255 or 76.56% from 209); Max value from RGB is 160 - color contains mainly: blue. Hex color #022FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022FA0 is #FDD05F. Grayscale: #2D2D2D. Windows color (decimal): -16633952 or 10497794. OLE color: 10497794.

HSL color Cylindrical-coordinate representation of color #022FA0: hue angle of 222.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 #022FA0 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB247160-
CMYK0.990.7100.37
HSL222.91º97.53%31.76%-
HSV(B)222.91º98.75%62.75%-
XYZ7.394.5833.75-
YUV46.43192.0996.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 160 (62.89% from 255) = 76.56%
R=0.96%
G=22.49%
B=76.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2471600.990.7100.37222.9197.5331.76
Hex22FA06347025df6220
Octal25724014310704533714240
Binary1010111110100000110001110001110100101110111111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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