#012EA4

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

Shades of International Klein Blue #012EA4

Tints of International Klein Blue #012EA4

Color information

#012EA4 (or 0x012EA4) is unknown color: approx International Klein Blue. HEX triplet: 01, 2E and A4. RGB value is (1,46,164). Sum of RGB (Red+Green+Blue) = 1+46+164=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #012EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012EA4 is #FED15B. Grayscale: #2D2D2D. Windows color (decimal): -16699740 or 10759681. OLE color: 10759681.

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

Color convert

RGB146164-
CMYK0.990.7200.36
HSL223.44º98.79%32.35%-
HSV(B)223.44º99.39%64.31%-
XYZ7.694.6435.61-
YUV46194.5995.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 164 (64.45% from 255) = 77.73%
R=0.47%
G=21.80%
B=77.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461640.990.7200.36223.4498.7932.35
Hex12EA46348024df6320
Octal15624414311004433714340
Binary110111010100100110001110010000100100110111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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