#012AB2

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

Shades of International Klein Blue #012AB2

Tints of International Klein Blue #012AB2

Color information

#012AB2 (or 0x012AB2) is unknown color: approx International Klein Blue. HEX triplet: 01, 2A and B2. RGB value is (1,42,178). Sum of RGB (Red+Green+Blue) = 1+42+178=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 178 (69.92% from 255 or 80.54% from 221); Max value from RGB is 178 - color contains mainly: blue. Hex color #012AB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AB2 is #FED54D. Grayscale: #2C2C2C. Windows color (decimal): -16700750 or 11676161. OLE color: 11676161.

HSL color Cylindrical-coordinate representation of color #012AB2: hue angle of 226.1º degrees, saturation: 0.99, 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 #012AB2 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB142178-
CMYK0.990.7600.30
HSL226.1º98.88%35.1%-
HSV(B)226.1º99.44%69.8%-
XYZ8.884.8842.59-
YUV45.24202.9296.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 178 (69.92% from 255) = 80.54%
R=0.45%
G=19.00%
B=80.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1421780.990.7600.30226.198.8835.1
Hex12AB2634C01Ee26323
Octal15226214311403634214343
Binary11010101011001011000111001100011110111000101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012AB2; }

 p { color: rgb(1,42,178); }

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

<style>
 a { background-color: #012AB2; }

 a { background-color: rgb(1,42,178); }

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

<style>
 span { border-color: #012AB2; }

 span { border-color: rgb(1,42,178); }

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