#000EC7

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

Shades of Medium Blue #000EC7

Tints of Medium Blue #000EC7

Color information

#000EC7 (or 0x000EC7) is unknown color: approx Medium Blue. HEX triplet: 00, 0E and C7. RGB value is (0,14,199). Sum of RGB (Red+Green+Blue) = 0+14+199=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 199 (78.12% from 255 or 93.43% from 213); Max value from RGB is 199 - color contains mainly: blue. Hex color #000EC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000EC7 is #FFF138. Grayscale: #1E1E1E. Windows color (decimal): -16773433 or 13045248. OLE color: 13045248.

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

Color convert

RGB014199-
CMYK10.9300.22
HSL235.78º100%39.02%-
HSV(B)235.78º100%78.04%-
XYZ10.474.4454.34-
YUV30.9222.86105.96-

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.57%
BLUE value IS 199 (78.12% from 255) = 93.43%
R=0%
G=6.57%
B=93.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal01419910.9300.22235.7810039.02
Hex0EC7645D016ec6427
Octal01630714413502635414447
Binary011101100011111001001011101010110111011001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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