#0217B3

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

Shades of International Klein Blue #0217B3

Tints of International Klein Blue #0217B3

Color information

#0217B3 (or 0x0217B3) is unknown color: approx International Klein Blue. HEX triplet: 02, 17 and B3. RGB value is (2,23,179). Sum of RGB (Red+Green+Blue) = 2+23+179=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 179 (70.31% from 255 or 87.75% from 204); Max value from RGB is 179 - color contains mainly: blue. Hex color #0217B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0217B3 is #FDE84C. Grayscale: #212121. Windows color (decimal): -16640077 or 11736834. OLE color: 11736834.

HSL color Cylindrical-coordinate representation of color #0217B3: hue angle of 232.88º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0217B3 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB223179-
CMYK0.990.8700.30
HSL232.88º97.79%35.49%-
HSV(B)232.88º98.88%70.2%-
XYZ8.473.8842.95-
YUV34.51209.54104.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 179 (70.31% from 255) = 87.75%
R=0.98%
G=11.27%
B=87.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2231790.990.8700.30232.8897.7935.49
Hex217B3635701Ee96223
Octal22726314312703635114243
Binary10101111011001111000111010111011110111010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0217B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0217B3; }

 p { color: rgb(2,23,179); }

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

<style>
 a { background-color: #0217B3; }

 a { background-color: rgb(2,23,179); }

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

<style>
 span { border-color: #0217B3; }

 span { border-color: rgb(2,23,179); }

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