#022BB5

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

Shades of International Klein Blue #022BB5

Tints of International Klein Blue #022BB5

Color information

#022BB5 (or 0x022BB5) is unknown color: approx International Klein Blue. HEX triplet: 02, 2B and B5. RGB value is (2,43,181). Sum of RGB (Red+Green+Blue) = 2+43+181=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 181 (71.09% from 255 or 80.09% from 226); Max value from RGB is 181 - color contains mainly: blue. Hex color #022BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BB5 is #FDD44A. Grayscale: #2D2D2D. Windows color (decimal): -16634955 or 11873026. OLE color: 11873026.

HSL color Cylindrical-coordinate representation of color #022BB5: hue angle of 226.26º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022BB5 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB243181-
CMYK0.990.7600.29
HSL226.26º97.81%35.88%-
HSV(B)226.26º98.9%70.98%-
XYZ9.235.0844.21-
YUV46.47203.9296.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 181 (71.09% from 255) = 80.09%
R=0.88%
G=19.03%
B=80.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2431810.990.7600.29226.2697.8135.88
Hex22BB5634C01De26224
Octal25326514311403534214244
Binary101010111011010111000111001100011101111000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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