#012EAB

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

Shades of International Klein Blue #012EAB

Tints of International Klein Blue #012EAB

Color information

#012EAB (or 0x012EAB) is unknown color: approx International Klein Blue. HEX triplet: 01, 2E and AB. RGB value is (1,46,171). Sum of RGB (Red+Green+Blue) = 1+46+171=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 171 (67.19% from 255 or 78.44% from 218); Max value from RGB is 171 - color contains mainly: blue. Hex color #012EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EAB is #FED154. Grayscale: #2E2E2E. Windows color (decimal): -16699733 or 11218433. OLE color: 11218433.

HSL color Cylindrical-coordinate representation of color #012EAB: hue angle of 224.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012EAB is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146171-
CMYK0.990.7300.33
HSL224.12º98.84%33.73%-
HSV(B)224.12º99.42%67.06%-
XYZ8.344.939.03-
YUV46.8198.0995.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 171 (67.19% from 255) = 78.44%
R=0.46%
G=21.10%
B=78.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461710.990.7300.33224.1298.8433.73
Hex12EAB6349021e06322
Octal15625314311104134014342
Binary110111010101011110001110010010100001111000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,46,171); }

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

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

 a { background-color: rgb(1,46,171); }

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

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

 span { border-color: rgb(1,46,171); }

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