Html Css Color HEX #011EC7 Medium Blue

📋 copy color: '#011EC7'

red 1 ◦ green 30 ◦ blue 199

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

Shades of Medium Blue #011EC7

Tints of Medium Blue #011EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 86.52%

R = 0.43%
G = 13.04%
B = 86.52%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#011EC7 (or 0x011EC7) is known color: Medium Blue. HEX triplet: 01, 1E and C7. RGB value is (1,30,199). Sum of RGB (Red+Green+Blue) = 1+30+199=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 199 (78.12% from 255 or 86.52% from 230); Max value from RGB is 199 - color contains mainly: blue. Hex color #011EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EC7 is #FEE138. Grayscale: #272727. Windows color (decimal): -16703801 or 13049345. OLE color: 13049345.

HSL color Cylindrical-coordinate representation of color #011EC7: hue angle of 231.21º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011EC7 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 30 199 -
CMYK 0.99 0.85 0 0.22
HSL 231.21º 0.99% 0.39% -
HSV(B) 231.21º 0.99% 0.78% -
XYZ 10.79 5.06 54.44 -
YUV 40.6 217.39 99.76 -
System Red Green Blue C M Y K H S L
Decimal 1 30 199 0.99 0.85 0 0.22 231.21 0.99 0.39
Hex 1 1E C7 63 55 0 16 E7 63 27
Octal 1 36 307 143 125 0 26 347 143 47
Binary 1 11110 11000111 1100011 1010101 0 10110 11100111 1100011 100111

Color Harmonies of #011EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EC7

Black with #011EC7

Text Example


Text Example

White with #011EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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