#012EBC

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

Shades of International Klein Blue #012EBC

Tints of International Klein Blue #012EBC

Color information

#012EBC (or 0x012EBC) is unknown color: approx International Klein Blue. HEX triplet: 01, 2E and BC. RGB value is (1,46,188). Sum of RGB (Red+Green+Blue) = 1+46+188=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 188 (73.83% from 255 or 80% from 235); Max value from RGB is 188 - color contains mainly: blue. Hex color #012EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012EBC is #FED143. Grayscale: #303030. Windows color (decimal): -16699716 or 12332545. OLE color: 12332545.

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

Color convert

RGB146188-
CMYK0.990.7600.26
HSL225.56º98.94%37.06%-
HSV(B)225.56º99.47%73.73%-
XYZ10.075.5948.13-
YUV48.73206.5993.95-

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.57%
BLUE value IS 188 (73.83% from 255) = 80%
R=0.43%
G=19.57%
B=80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461880.990.7600.26225.5698.9437.06
Hex12EBC634C01Ae26325
Octal15627414311403234214345
Binary11011101011110011000111001100011010111000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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