#012FA0

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

Shades of International Klein Blue #012FA0

Tints of International Klein Blue #012FA0

Color information

#012FA0 (or 0x012FA0) is unknown color: approx International Klein Blue. HEX triplet: 01, 2F and A0. RGB value is (1,47,160). Sum of RGB (Red+Green+Blue) = 1+47+160=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 160 (62.89% from 255 or 76.92% from 208); Max value from RGB is 160 - color contains mainly: blue. Hex color #012FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FA0 is #FED05F. Grayscale: #2D2D2D. Windows color (decimal): -16699488 or 10497793. OLE color: 10497793.

HSL color Cylindrical-coordinate representation of color #012FA0: hue angle of 222.64º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012FA0 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB147160-
CMYK0.990.7100.37
HSL222.64º98.76%31.57%-
HSV(B)222.64º99.37%62.75%-
XYZ7.374.5833.75-
YUV46.13192.2695.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 160 (62.89% from 255) = 76.92%
R=0.48%
G=22.60%
B=76.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471600.990.7100.37222.6498.7631.57
Hex12FA06347025df6320
Octal15724014310704533714340
Binary110111110100000110001110001110100101110111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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