#011EB8

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

Shades of International Klein Blue #011EB8

Tints of International Klein Blue #011EB8

Color information

#011EB8 (or 0x011EB8) is unknown color: approx International Klein Blue. HEX triplet: 01, 1E and B8. RGB value is (1,30,184). Sum of RGB (Red+Green+Blue) = 1+30+184=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 184 (72.27% from 255 or 85.58% from 215); Max value from RGB is 184 - color contains mainly: blue. Hex color #011EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EB8 is #FEE147. Grayscale: #262626. Windows color (decimal): -16703816 or 12066305. OLE color: 12066305.

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

Color convert

RGB130184-
CMYK0.990.8400.28
HSL230.49º98.92%36.27%-
HSV(B)230.49º99.46%72.16%-
XYZ9.134.445.71-
YUV38.88209.89100.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 184 (72.27% from 255) = 85.58%
R=0.47%
G=13.95%
B=85.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301840.990.8400.28230.4998.9236.27
Hex11EB8635401Ce66324
Octal13627014312403434614344
Binary1111101011100011000111010100011100111001101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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