#011EBA

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

Shades of International Klein Blue #011EBA

Tints of International Klein Blue #011EBA

Color information

#011EBA (or 0x011EBA) is unknown color: approx International Klein Blue. HEX triplet: 01, 1E and BA. RGB value is (1,30,186). Sum of RGB (Red+Green+Blue) = 1+30+186=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #011EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EBA is #FEE145. Grayscale: #262626. Windows color (decimal): -16703814 or 12197377. OLE color: 12197377.

HSL color Cylindrical-coordinate representation of color #011EBA: hue angle of 230.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011EBA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130186-
CMYK0.990.8400.27
HSL230.59º98.93%36.67%-
HSV(B)230.59º99.46%72.94%-
XYZ9.344.4846.83-
YUV39.11210.89100.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 186 (73.05% from 255) = 85.71%
R=0.46%
G=13.82%
B=85.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301860.990.8400.27230.5998.9336.67
Hex11EBA635401Be76325
Octal13627214312403334714345
Binary1111101011101011000111010100011011111001111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,30,186); }

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

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

 a { background-color: rgb(1,30,186); }

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

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

 span { border-color: rgb(1,30,186); }

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