#012FAB

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

Shades of International Klein Blue #012FAB

Tints of International Klein Blue #012FAB

Color information

#012FAB (or 0x012FAB) is unknown color: approx International Klein Blue. HEX triplet: 01, 2F and AB. RGB value is (1,47,171). Sum of RGB (Red+Green+Blue) = 1+47+171=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #012FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FAB is #FED054. Grayscale: #2E2E2E. Windows color (decimal): -16699477 or 11218689. OLE color: 11218689.

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

Color convert

RGB147171-
CMYK0.990.7300.33
HSL223.76º98.84%33.73%-
HSV(B)223.76º99.42%67.06%-
XYZ8.384.9839.05-
YUV47.38197.7694.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 171 (67.19% from 255) = 78.08%
R=0.46%
G=21.46%
B=78.08%

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
Decimal1471710.990.7300.33223.7698.8433.73
Hex12FAB6349021e06322
Octal15725314311104134014342
Binary110111110101011110001110010010100001111000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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