Html Css Color HEX #010EC1 Medium Blue

📋 copy color: '#010EC1'

red 1 ◦ green 14 ◦ blue 193

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

Shades of Medium Blue #010EC1

Tints of Medium Blue #010EC1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.73%

 BLUE value IS 193 (75.78% from 255) = 92.79%

R = 0.48%
G = 6.73%
B = 92.79%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#010EC1 (or 0x010EC1) is known color: Medium Blue. HEX triplet: 01, 0E and C1. RGB value is (1,14,193). Sum of RGB (Red+Green+Blue) = 1+14+193=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 193 (75.78% from 255 or 92.79% from 208); Max value from RGB is 193 - color contains mainly: blue. Hex color #010EC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EC1 is #FEF13E. Grayscale: #1D1D1D. Windows color (decimal): -16707903 or 12652033. OLE color: 12652033.

HSL color Cylindrical-coordinate representation of color #010EC1: hue angle of 235.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010EC1 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 14 193 -
CMYK 0.99 0.93 0 0.24
HSL 235.94º 0.99% 0.38% -
HSV(B) 235.94º 0.99% 0.76% -
XYZ 9.8 4.17 50.74 -
YUV 30.52 219.69 106.95 -
System Red Green Blue C M Y K H S L
Decimal 1 14 193 0.99 0.93 0 0.24 235.94 0.99 0.38
Hex 1 E C1 63 5D 0 18 EC 63 26
Octal 1 16 301 143 135 0 30 354 143 46
Binary 1 1110 11000001 1100011 1011101 0 11000 11101100 1100011 100110

Color Harmonies of #010EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EC1

Black with #010EC1

Text Example


Text Example

White with #010EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010EC1; }

 p { color: rgb(1,14,193); }

 H1.HeaderClassName
 {
   color: #010EC1;
 }
 .AnyTagClassName
 {
   color: #010EC1;
 }
</style>

background-color css

<style>
 a { background-color: #010EC1; }

 a { background-color: rgb(1,14,193); }

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

border-color css

<style>
 span { border-color: #010EC1; }

 span { border-color: rgb(1,14,193); }

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