#011BBE

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

Shades of International Klein Blue #011BBE

Tints of International Klein Blue #011BBE

Color information

#011BBE (or 0x011BBE) is unknown color: approx International Klein Blue. HEX triplet: 01, 1B and BE. RGB value is (1,27,190). Sum of RGB (Red+Green+Blue) = 1+27+190=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 190 (74.61% from 255 or 87.16% from 218); Max value from RGB is 190 - color contains mainly: blue. Hex color #011BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BBE is #FEE441. Grayscale: #252525. Windows color (decimal): -16704578 or 12458753. OLE color: 12458753.

HSL color Cylindrical-coordinate representation of color #011BBE: hue angle of 231.75º 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 #011BBE is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127190-
CMYK0.990.8600.25
HSL231.75º98.95%37.45%-
HSV(B)231.75º99.47%74.51%-
XYZ9.74.5149.07-
YUV37.81213.89101.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 190 (74.61% from 255) = 87.16%
R=0.46%
G=12.39%
B=87.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271900.990.8600.25231.7598.9537.45
Hex11BBE6356019e86325
Octal13327614312603135014345
Binary1110111011111011000111010110011001111010001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011BBE; }

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

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

<style>
 a { background-color: #011BBE; }

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

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

<style>
 span { border-color: #011BBE; }

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

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