#000ECD

Color #000ECD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #000ECD

Tints of Medium Blue #000ECD

Color information

#000ECD (or 0x000ECD) is unknown color: approx Medium Blue. HEX triplet: 00, 0E and CD. RGB value is (0,14,205). Sum of RGB (Red+Green+Blue) = 0+14+205=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #000ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ECD is #FFF132. Grayscale: #1E1E1E. Windows color (decimal): -16773427 or 13438464. OLE color: 13438464.

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

Color convert

RGB014205-
CMYK10.9300.20
HSL235.9º100%40.2%-
HSV(B)235.9º100%80.39%-
XYZ11.184.7258.08-
YUV31.59225.86105.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 205 (80.47% from 255) = 93.61%
R=0%
G=6.39%
B=93.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal01420510.9300.20235.910040.2
Hex0ECD645D014ec6428
Octal01631514413502435414450
Binary011101100110111001001011101010100111011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #000ECD;
 }
 .AnyTagClassName
 {
   color: #000ECD;
 }
</style>
background-color css

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

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

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

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

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

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