Html Css Color HEX #000ECA Medium Blue

📋 copy color: '#000ECA'

red 0 ◦ green 14 ◦ blue 202

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

Shades of Medium Blue #000ECA

Tints of Medium Blue #000ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 93.52%

R = 0%
G = 6.48%
B = 93.52%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#000ECA (or 0x000ECA) is known color: Medium Blue. HEX triplet: 00, 0E and CA. RGB value is (0,14,202). Sum of RGB (Red+Green+Blue) = 0+14+202=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 202 (79.30% from 255 or 93.52% from 216); Max value from RGB is 202 - color contains mainly: blue. Hex color #000ECA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ECA is #FFF135. Grayscale: #1E1E1E. Windows color (decimal): -16773430 or 13241856. OLE color: 13241856.

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

Color convert

RGB 0 14 202 -
CMYK 1 0.93 0 0.21
HSL 235.84º 1% 0.4% -
HSV(B) 235.84º 1% 0.79% -
XYZ 10.82 4.58 56.19 -
YUV 31.25 224.36 105.71 -
System Red Green Blue C M Y K H S L
Decimal 0 14 202 1 0.93 0 0.21 235.84 1 0.4
Hex 0 E CA 64 5D 0 15 EC 64 28
Octal 0 16 312 144 135 0 25 354 144 50
Binary 0 1110 11001010 1100100 1011101 0 10101 11101100 1100100 101000

Color Harmonies of #000ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ECA

Black with #000ECA

Text Example


Text Example

White with #000ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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