Html Css Color HEX #011ECC Medium Blue

📋 copy color: '#011ECC'

red 1 ◦ green 30 ◦ blue 204

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

Shades of Medium Blue #011ECC

Tints of Medium Blue #011ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.77%

 BLUE value IS 204 (80.08% from 255) = 86.81%

R = 0.43%
G = 12.77%
B = 86.81%

CMYK

 C value IS 1.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#011ECC (or 0x011ECC) is known color: Medium Blue. HEX triplet: 01, 1E and CC. RGB value is (1,30,204). Sum of RGB (Red+Green+Blue) = 1+30+204=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 204 (80.08% from 255 or 86.81% from 235); Max value from RGB is 204 - color contains mainly: blue. Hex color #011ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ECC is #FEE133. Grayscale: #282828. Windows color (decimal): -16703796 or 13377025. OLE color: 13377025.

HSL color Cylindrical-coordinate representation of color #011ECC: hue angle of 231.43º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011ECC is Cyan = 1.00, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 30 204 -
CMYK 1.00 0.85 0 0.2
HSL 231.43º 0.99% 0.4% -
HSV(B) 231.43º 1% 0.8% -
XYZ 11.38 5.29 57.55 -
YUV 41.17 219.89 99.35 -
System Red Green Blue C M Y K H S L
Decimal 1 30 204 1.00 0.85 0 0.2 231.43 0.99 0.4
Hex 1 1E CC 64 55 0 14 E7 63 28
Octal 1 36 314 144 125 0 24 347 143 50
Binary 1 11110 11001100 1100100 1010101 0 10100 11100111 1100011 101000

Color Harmonies of #011ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ECC

Black with #011ECC

Text Example


Text Example

White with #011ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #011ECC;
 }
 .AnyTagClassName
 {
   color: #011ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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