#012FBE

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

Shades of International Klein Blue #012FBE

Tints of International Klein Blue #012FBE

Color information

#012FBE (or 0x012FBE) is unknown color: approx International Klein Blue. HEX triplet: 01, 2F and BE. RGB value is (1,47,190). Sum of RGB (Red+Green+Blue) = 1+47+190=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #012FBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FBE is #FED041. Grayscale: #303030. Windows color (decimal): -16699458 or 12463873. OLE color: 12463873.

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

Color convert

RGB147190-
CMYK0.990.7500.25
HSL225.4º98.95%37.45%-
HSV(B)225.4º99.47%74.51%-
XYZ10.325.7649.28-
YUV49.55207.2693.37-

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.75%
BLUE value IS 190 (74.61% from 255) = 79.83%
R=0.42%
G=19.75%
B=79.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471900.990.7500.25225.498.9537.45
Hex12FBE634B019e16325
Octal15727614311303134114345
Binary11011111011111011000111001011011001111000011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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