Html Css Color HEX #011CDB Medium Blue

📋 copy color: '#011CDB'

red 1 ◦ green 28 ◦ blue 219

#011CDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #011CDB

Tints of Medium Blue #011CDB

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 28 (11.33% from 255) = 11.29%

 BLUE value IS 219 (85.94% from 255) = 88.31%

R = 0.4%
G = 11.29%
B = 88.31%

CMYK

 C value IS 1.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#011CDB (or 0x011CDB) is known color: 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

RGB 1 28 219 -
CMYK 1.00 0.87 0 0.14
HSL 232.57º 0.99% 0.43% -
HSV(B) 232.57º 1% 0.86% -
XYZ 13.21 5.95 67.47 -
YUV 41.7 228.05 98.97 -
System Red Green Blue C M Y K H S L
Decimal 1 28 219 1.00 0.87 0 0.14 232.57 0.99 0.43
Hex 1 1C DB 64 57 0 E E9 63 2B
Octal 1 34 333 144 127 0 16 351 143 53
Binary 1 11100 11011011 1100100 1010111 0 1110 11101001 1100011 101011

Color Harmonies of #011CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CDB

Black with #011CDB

Text Example


Text Example

White with #011CDB

Text Example


Text Example

HTML Codes & Css Web 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>