Html Css Color HEX #000EC0 Medium Blue

📋 copy color: '#000EC0'

red 0 ◦ green 14 ◦ blue 192

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

Shades of Medium Blue #000EC0

Tints of Medium Blue #000EC0

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 6.8%
B = 93.2%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#000EC0 (or 0x000EC0) is known color: Medium Blue. HEX triplet: 00, 0E and C0. RGB value is (0,14,192). Sum of RGB (Red+Green+Blue) = 0+14+192=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 192 (75.39% from 255 or 93.20% from 206); Max value from RGB is 192 - color contains mainly: blue. Hex color #000EC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000EC0 is #FFF13F. Grayscale: #1D1D1D. Windows color (decimal): -16773440 or 12586496. OLE color: 12586496.

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

Color convert

RGB 0 14 192 -
CMYK 1 0.93 0 0.25
HSL 235.63º 1% 0.38% -
HSV(B) 235.63º 1% 0.75% -
XYZ 9.67 4.12 50.15 -
YUV 30.11 219.36 106.53 -
System Red Green Blue C M Y K H S L
Decimal 0 14 192 1 0.93 0 0.25 235.63 1 0.38
Hex 0 E C0 64 5D 0 19 EC 64 26
Octal 0 16 300 144 135 0 31 354 144 46
Binary 0 1110 11000000 1100100 1011101 0 11001 11101100 1100100 100110

Color Harmonies of #000EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EC0

Black with #000EC0

Text Example


Text Example

White with #000EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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