#012EAA

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

Shades of International Klein Blue #012EAA

Tints of International Klein Blue #012EAA

Color information

#012EAA (or 0x012EAA) is unknown color: approx International Klein Blue. HEX triplet: 01, 2E and AA. RGB value is (1,46,170). Sum of RGB (Red+Green+Blue) = 1+46+170=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 170 (66.80% from 255 or 78.34% from 217); Max value from RGB is 170 - color contains mainly: blue. Hex color #012EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EAA is #FED155. Grayscale: #2E2E2E. Windows color (decimal): -16699734 or 11152897. OLE color: 11152897.

HSL color Cylindrical-coordinate representation of color #012EAA: hue angle of 224.02º 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 #012EAA is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146170-
CMYK0.990.7300.33
HSL224.02º98.83%33.53%-
HSV(B)224.02º99.41%66.67%-
XYZ8.254.8638.53-
YUV46.68197.5995.42-

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.20%
BLUE value IS 170 (66.80% from 255) = 78.34%
R=0.46%
G=21.20%
B=78.34%

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
Decimal1461700.990.7300.33224.0298.8333.53
Hex12EAA6349021e06322
Octal15625214311104134014342
Binary110111010101010110001110010010100001111000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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