#011DB0

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

Shades of International Klein Blue #011DB0

Tints of International Klein Blue #011DB0

Color information

#011DB0 (or 0x011DB0) is unknown color: approx International Klein Blue. HEX triplet: 01, 1D and B0. RGB value is (1,29,176). Sum of RGB (Red+Green+Blue) = 1+29+176=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 176 (69.14% from 255 or 85.44% from 206); Max value from RGB is 176 - color contains mainly: blue. Hex color #011DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011DB0 is #FEE24F. Grayscale: #242424. Windows color (decimal): -16704080 or 11541761. OLE color: 11541761.

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

Color convert

RGB129176-
CMYK0.990.8400.31
HSL230.4º98.87%34.71%-
HSV(B)230.4º99.43%69.02%-
XYZ8.294.0241.41-
YUV37.39206.22102.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 176 (69.14% from 255) = 85.44%
R=0.49%
G=14.08%
B=85.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1291760.990.8400.31230.498.8734.71
Hex11DB0635401Fe66323
Octal13526014312403734614343
Binary1111011011000011000111010100011111111001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,29,176); }

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

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

 a { background-color: rgb(1,29,176); }

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

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

 span { border-color: rgb(1,29,176); }

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