#012AAA

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

Shades of International Klein Blue #012AAA

Tints of International Klein Blue #012AAA

Color information

#012AAA (or 0x012AAA) is unknown color: approx International Klein Blue. HEX triplet: 01, 2A and AA. RGB value is (1,42,170). Sum of RGB (Red+Green+Blue) = 1+42+170=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #012AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012AAA is #FED555. Grayscale: #2B2B2B. Windows color (decimal): -16700758 or 11151873. OLE color: 11151873.

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

Color convert

RGB142170-
CMYK0.990.7500.33
HSL225.44º98.83%33.53%-
HSV(B)225.44º99.41%66.67%-
XYZ8.14.5638.48-
YUV44.33198.9297.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 170 (66.80% from 255) = 79.81%
R=0.47%
G=19.72%
B=79.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421700.990.7500.33225.4498.8333.53
Hex12AAA634B021e16322
Octal15225214311304134114342
Binary110101010101010110001110010110100001111000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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