Html Css Color HEX #000EBC Medium Blue

📋 copy color: '#000EBC'

red 0 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #000EBC

Tints of Medium Blue #000EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 93.07%

R = 0%
G = 6.93%
B = 93.07%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#000EBC (or 0x000EBC) is known color: Medium Blue. HEX triplet: 00, 0E and BC. RGB value is (0,14,188). Sum of RGB (Red+Green+Blue) = 0+14+188=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 188 (73.83% from 255 or 93.07% from 202); Max value from RGB is 188 - color contains mainly: blue. Hex color #000EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000EBC is #FFF143. Grayscale: #1C1C1C. Windows color (decimal): -16773444 or 12324352. OLE color: 12324352.

HSL color Cylindrical-coordinate representation of color #000EBC: hue angle of 235.53º 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 #000EBC is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 14 188 -
CMYK 1 0.93 0 0.26
HSL 235.53º 1% 0.37% -
HSV(B) 235.53º 1% 0.74% -
XYZ 9.23 3.94 47.85 -
YUV 29.65 217.36 106.85 -
System Red Green Blue C M Y K H S L
Decimal 0 14 188 1 0.93 0 0.26 235.53 1 0.37
Hex 0 E BC 64 5D 0 1A EC 64 25
Octal 0 16 274 144 135 0 32 354 144 45
Binary 0 1110 10111100 1100100 1011101 0 11010 11101100 1100100 100101

Color Harmonies of #000EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EBC

Black with #000EBC

Text Example


Text Example

White with #000EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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