#022CB5

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

Shades of International Klein Blue #022CB5

Tints of International Klein Blue #022CB5

Color information

#022CB5 (or 0x022CB5) is unknown color: approx International Klein Blue. HEX triplet: 02, 2C and B5. RGB value is (2,44,181). Sum of RGB (Red+Green+Blue) = 2+44+181=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 181 (71.09% from 255 or 79.74% from 227); Max value from RGB is 181 - color contains mainly: blue. Hex color #022CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022CB5 is #FDD34A. Grayscale: #2E2E2E. Windows color (decimal): -16634699 or 11873282. OLE color: 11873282.

HSL color Cylindrical-coordinate representation of color #022CB5: hue angle of 225.92º 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 #022CB5 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB244181-
CMYK0.990.7600.29
HSL225.92º97.81%35.88%-
HSV(B)225.92º98.9%70.98%-
XYZ9.275.1544.22-
YUV47.06203.5995.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 181 (71.09% from 255) = 79.74%
R=0.88%
G=19.38%
B=79.74%

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
Decimal2441810.990.7600.29225.9297.8135.88
Hex22CB5634C01De26224
Octal25426514311403534214244
Binary101011001011010111000111001100011101111000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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