#022B9E

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

Shades of International Klein Blue #022B9E

Tints of International Klein Blue #022B9E

Color information

#022B9E (or 0x022B9E) is unknown color: approx International Klein Blue. HEX triplet: 02, 2B and 9E. RGB value is (2,43,158). Sum of RGB (Red+Green+Blue) = 2+43+158=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #022B9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022B9E is #FDD461. Grayscale: #2B2B2B. Windows color (decimal): -16634978 or 10365698. OLE color: 10365698.

HSL color Cylindrical-coordinate representation of color #022B9E: hue angle of 224.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022B9E is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB243158-
CMYK0.990.7300.38
HSL224.23º97.5%31.37%-
HSV(B)224.23º98.73%61.96%-
XYZ7.064.2132.79-
YUV43.85192.4298.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 158 (62.11% from 255) = 77.83%
R=0.99%
G=21.18%
B=77.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2431580.990.7300.38224.2397.531.37
Hex22B9E6349026e0621f
Octal25323614311104634014237
Binary101010111001111011000111001001010011011100000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,43,158); }

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

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

 a { background-color: rgb(2,43,158); }

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

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

 span { border-color: rgb(2,43,158); }

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