#000EBD

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

Shades of Medium Blue #000EBD

Tints of Medium Blue #000EBD

Color information

#000EBD (or 0x000EBD) is unknown color: approx Medium Blue. HEX triplet: 00, 0E and BD. RGB value is (0,14,189). Sum of RGB (Red+Green+Blue) = 0+14+189=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 189 (74.22% from 255 or 93.10% from 203); Max value from RGB is 189 - color contains mainly: blue. Hex color #000EBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000EBD is #FFF142. Grayscale: #1D1D1D. Windows color (decimal): -16773443 or 12389888. OLE color: 12389888.

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

Color convert

RGB014189-
CMYK10.9300.26
HSL235.56º100%37.06%-
HSV(B)235.56º100%74.12%-
XYZ9.343.9948.42-
YUV29.76217.86106.77-

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.90%
BLUE value IS 189 (74.22% from 255) = 93.10%
R=0%
G=6.90%
B=93.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal01418910.9300.26235.5610037.06
Hex0EBD645D01Aec6425
Octal01627514413503235414445
Binary011101011110111001001011101011010111011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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