#011CDB

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

Shades of Medium Blue #011CDB

Tints of Medium Blue #011CDB

Color information

#011CDB (or 0x011CDB) is unknown color: approx Medium Blue. HEX triplet: 01, 1C and DB. RGB value is (1,28,219). Sum of RGB (Red+Green+Blue) = 1+28+219=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #011CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CDB is #FEE324. Grayscale: #282828. Windows color (decimal): -16704293 or 14359553. OLE color: 14359553.

HSL color Cylindrical-coordinate representation of color #011CDB: hue angle of 232.57º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011CDB is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128219-
CMYK1.000.8700.14
HSL232.57º99.09%43.14%-
HSV(B)232.57º99.54%85.88%-
XYZ13.215.9567.47-
YUV41.7228.0598.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 219 (85.94% from 255) = 88.31%
R=0.40%
G=11.29%
B=88.31%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282191.000.8700.14232.5799.0943.14
Hex11CDB64570Ee9632b
Octal13433314412701635114353
Binary111100110110111100100101011101110111010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,28,219); }

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

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

 a { background-color: rgb(1,28,219); }

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

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

 span { border-color: rgb(1,28,219); }

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