#022CA6

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

Shades of International Klein Blue #022CA6

Tints of International Klein Blue #022CA6

Color information

#022CA6 (or 0x022CA6) is unknown color: approx International Klein Blue. HEX triplet: 02, 2C and A6. RGB value is (2,44,166). Sum of RGB (Red+Green+Blue) = 2+44+166=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 166 (65.23% from 255 or 78.30% from 212); Max value from RGB is 166 - color contains mainly: blue. Hex color #022CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022CA6 is #FDD359. Grayscale: #2C2C2C. Windows color (decimal): -16634714 or 10890242. OLE color: 10890242.

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

Color convert

RGB244166-
CMYK0.990.7300.35
HSL224.63º97.62%32.94%-
HSV(B)224.63º98.8%65.1%-
XYZ7.814.5736.55-
YUV45.35196.0997.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 166 (65.23% from 255) = 78.30%
R=0.94%
G=20.75%
B=78.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2441660.990.7300.35224.6397.6232.94
Hex22CA66349023e16221
Octal25424614311104334114241
Binary1010110010100110110001110010010100011111000011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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