#012ABC

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

Shades of International Klein Blue #012ABC

Tints of International Klein Blue #012ABC

Color information

#012ABC (or 0x012ABC) is unknown color: approx International Klein Blue. HEX triplet: 01, 2A and BC. RGB value is (1,42,188). Sum of RGB (Red+Green+Blue) = 1+42+188=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #012ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ABC is #FED543. Grayscale: #2D2D2D. Windows color (decimal): -16700740 or 12331521. OLE color: 12331521.

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

Color convert

RGB142188-
CMYK0.990.7800.26
HSL226.84º98.94%37.06%-
HSV(B)226.84º99.47%73.73%-
XYZ9.925.2948.08-
YUV46.39207.9295.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 188 (73.83% from 255) = 81.39%
R=0.43%
G=18.18%
B=81.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421880.990.7800.26226.8498.9437.06
Hex12ABC634E01Ae36325
Octal15227414311603234314345
Binary11010101011110011000111001110011010111000111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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