Html Css Color HEX #010EC0 Medium Blue

📋 copy color: '#010EC0'

red 1 ◦ green 14 ◦ blue 192

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

Shades of Medium Blue #010EC0

Tints of Medium Blue #010EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 92.75%

R = 0.48%
G = 6.76%
B = 92.75%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#010EC0 (or 0x010EC0) is known color: Medium Blue. HEX triplet: 01, 0E and C0. RGB value is (1,14,192). Sum of RGB (Red+Green+Blue) = 1+14+192=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 192 (75.39% from 255 or 92.75% from 207); Max value from RGB is 192 - color contains mainly: blue. Hex color #010EC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010EC0 is #FEF13F. Grayscale: #1D1D1D. Windows color (decimal): -16707904 or 12586497. OLE color: 12586497.

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

Color convert

RGB 1 14 192 -
CMYK 0.99 0.93 0 0.25
HSL 235.92º 0.99% 0.38% -
HSV(B) 235.92º 0.99% 0.75% -
XYZ 9.68 4.13 50.16 -
YUV 30.41 219.19 107.03 -
System Red Green Blue C M Y K H S L
Decimal 1 14 192 0.99 0.93 0 0.25 235.92 0.99 0.38
Hex 1 E C0 63 5D 0 19 EC 63 26
Octal 1 16 300 143 135 0 31 354 143 46
Binary 1 1110 11000000 1100011 1011101 0 11001 11101100 1100011 100110

Color Harmonies of #010EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010EC0

Black with #010EC0

Text Example


Text Example

White with #010EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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