Html Css Color HEX #000ECE Medium Blue

📋 copy color: '#000ECE'

red 0 ◦ green 14 ◦ blue 206

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

Shades of Medium Blue #000ECE

Tints of Medium Blue #000ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 93.64%

R = 0%
G = 6.36%
B = 93.64%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#000ECE (or 0x000ECE) is known color: Medium Blue. HEX triplet: 00, 0E and CE. RGB value is (0,14,206). Sum of RGB (Red+Green+Blue) = 0+14+206=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 206 (80.86% from 255 or 93.64% from 220); Max value from RGB is 206 - color contains mainly: blue. Hex color #000ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ECE is #FFF131. Grayscale: #1E1E1E. Windows color (decimal): -16773426 or 13504000. OLE color: 13504000.

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

Color convert

RGB 0 14 206 -
CMYK 1 0.93 0 0.19
HSL 235.92º 1% 0.4% -
HSV(B) 235.92º 1% 0.81% -
XYZ 11.3 4.77 58.72 -
YUV 31.7 226.36 105.39 -
System Red Green Blue C M Y K H S L
Decimal 0 14 206 1 0.93 0 0.19 235.92 1 0.4
Hex 0 E CE 64 5D 0 13 EC 64 28
Octal 0 16 316 144 135 0 23 354 144 50
Binary 0 1110 11001110 1100100 1011101 0 10011 11101100 1100100 101000

Color Harmonies of #000ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ECE

Black with #000ECE

Text Example


Text Example

White with #000ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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