#0116AF

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

Shades of International Klein Blue #0116AF

Tints of International Klein Blue #0116AF

Color information

#0116AF (or 0x0116AF) is unknown color: approx International Klein Blue. HEX triplet: 01, 16 and AF. RGB value is (1,22,175). Sum of RGB (Red+Green+Blue) = 1+22+175=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 175 (68.75% from 255 or 88.38% from 198); Max value from RGB is 175 - color contains mainly: blue. Hex color #0116AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0116AF is #FEE950. Grayscale: #202020. Windows color (decimal): -16705873 or 11474433. OLE color: 11474433.

HSL color Cylindrical-coordinate representation of color #0116AF: hue angle of 232.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0116AF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122175-
CMYK0.990.8700.31
HSL232.76º98.86%34.51%-
HSV(B)232.76º99.43%68.63%-
XYZ8.043.6840.84-
YUV33.16208.04105.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 175 (68.75% from 255) = 88.38%
R=0.51%
G=11.11%
B=88.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221750.990.8700.31232.7698.8634.51
Hex116AF635701Fe96323
Octal12625714312703735114343
Binary1101101010111111000111010111011111111010011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0116AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0116AF; }

 p { color: rgb(1,22,175); }

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

<style>
 a { background-color: #0116AF; }

 a { background-color: rgb(1,22,175); }

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

<style>
 span { border-color: #0116AF; }

 span { border-color: rgb(1,22,175); }

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