#012EB9

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

Shades of International Klein Blue #012EB9

Tints of International Klein Blue #012EB9

Color information

#012EB9 (or 0x012EB9) is unknown color: approx International Klein Blue. HEX triplet: 01, 2E and B9. RGB value is (1,46,185). Sum of RGB (Red+Green+Blue) = 1+46+185=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #012EB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EB9 is #FED146. Grayscale: #2F2F2F. Windows color (decimal): -16699719 or 12135937. OLE color: 12135937.

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

Color convert

RGB146185-
CMYK0.990.7500.27
HSL225.33º98.92%36.47%-
HSV(B)225.33º99.46%72.55%-
XYZ9.755.4646.44-
YUV48.39205.0994.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 185 (72.66% from 255) = 79.74%
R=0.43%
G=19.83%
B=79.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461850.990.7500.27225.3398.9236.47
Hex12EB9634B01Be16324
Octal15627114311303334114344
Binary11011101011100111000111001011011011111000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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