#021CA6

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

Shades of International Klein Blue #021CA6

Tints of International Klein Blue #021CA6

Color information

#021CA6 (or 0x021CA6) is unknown color: approx International Klein Blue. HEX triplet: 02, 1C and A6. RGB value is (2,28,166). Sum of RGB (Red+Green+Blue) = 2+28+166=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 166 (65.23% from 255 or 84.69% from 196); Max value from RGB is 166 - color contains mainly: blue. Hex color #021CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021CA6 is #FDE359. Grayscale: #232323. Windows color (decimal): -16638810 or 10886146. OLE color: 10886146.

HSL color Cylindrical-coordinate representation of color #021CA6: hue angle of 230.49º 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 #021CA6 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB228166-
CMYK0.990.8300.35
HSL230.49º97.62%32.94%-
HSV(B)230.49º98.8%65.1%-
XYZ7.323.636.38-
YUV35.96201.39103.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 166 (65.23% from 255) = 84.69%
R=1.02%
G=14.29%
B=84.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2281660.990.8300.35230.4997.6232.94
Hex21CA66353023e66221
Octal23424614312304334614241
Binary101110010100110110001110100110100011111001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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