#0120AE

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

Shades of International Klein Blue #0120AE

Tints of International Klein Blue #0120AE

Color information

#0120AE (or 0x0120AE) is unknown color: approx International Klein Blue. HEX triplet: 01, 20 and AE. RGB value is (1,32,174). Sum of RGB (Red+Green+Blue) = 1+32+174=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 174 (68.36% from 255 or 84.06% from 207); Max value from RGB is 174 - color contains mainly: blue. Hex color #0120AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0120AE is #FEDF51. Grayscale: #262626. Windows color (decimal): -16703314 or 11411457. OLE color: 11411457.

HSL color Cylindrical-coordinate representation of color #0120AE: hue angle of 229.25º degrees, saturation: 0.99, 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 #0120AE is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132174-
CMYK0.990.8200.32
HSL229.25º98.86%34.31%-
HSV(B)229.25º99.43%68.24%-
XYZ8.174.140.4-
YUV38.92204.23100.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 174 (68.36% from 255) = 84.06%
R=0.48%
G=15.46%
B=84.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321740.990.8200.32229.2598.8634.31
Hex120AE6352020e56322
Octal14025614312204034514342
Binary110000010101110110001110100100100000111001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0120AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0120AE; }

 p { color: rgb(1,32,174); }

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

<style>
 a { background-color: #0120AE; }

 a { background-color: rgb(1,32,174); }

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

<style>
 span { border-color: #0120AE; }

 span { border-color: rgb(1,32,174); }

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