#0216AD

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

Shades of International Klein Blue #0216AD

Tints of International Klein Blue #0216AD

Color information

#0216AD (or 0x0216AD) is unknown color: approx International Klein Blue. HEX triplet: 02, 16 and AD. RGB value is (2,22,173). Sum of RGB (Red+Green+Blue) = 2+22+173=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 173 (67.97% from 255 or 87.82% from 197); Max value from RGB is 173 - color contains mainly: blue. Hex color #0216AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0216AD is #FDE952. Grayscale: #202020. Windows color (decimal): -16640339 or 11343362. OLE color: 11343362.

HSL color Cylindrical-coordinate representation of color #0216AD: hue angle of 232.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0216AD is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB222173-
CMYK0.990.8700.32
HSL232.98º97.71%34.31%-
HSV(B)232.98º98.84%67.84%-
XYZ7.853.639.82-
YUV33.23206.87105.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 173 (67.97% from 255) = 87.82%
R=1.02%
G=11.17%
B=87.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2221730.990.8700.32232.9897.7134.31
Hex216AD6357020e96222
Octal22625514312704035114242
Binary101011010101101110001110101110100000111010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0216AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0216AD; }

 p { color: rgb(2,22,173); }

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

<style>
 a { background-color: #0216AD; }

 a { background-color: rgb(2,22,173); }

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

<style>
 span { border-color: #0216AD; }

 span { border-color: rgb(2,22,173); }

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