#012FBC

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

Shades of International Klein Blue #012FBC

Tints of International Klein Blue #012FBC

Color information

#012FBC (or 0x012FBC) is unknown color: approx International Klein Blue. HEX triplet: 01, 2F and BC. RGB value is (1,47,188). Sum of RGB (Red+Green+Blue) = 1+47+188=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #012FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FBC is #FED043. Grayscale: #303030. Windows color (decimal): -16699460 or 12332801. OLE color: 12332801.

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

Color convert

RGB147188-
CMYK0.990.7500.26
HSL225.24º98.94%37.06%-
HSV(B)225.24º99.47%73.73%-
XYZ10.115.6748.14-
YUV49.32206.2693.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 188 (73.83% from 255) = 79.66%
R=0.42%
G=19.92%
B=79.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471880.990.7500.26225.2498.9437.06
Hex12FBC634B01Ae16325
Octal15727414311303234114345
Binary11011111011110011000111001011011010111000011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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