Html Css Color HEX #000EAD New Midnight Blue

📋 copy color: '#000EAD'

red 0 ◦ green 14 ◦ blue 173

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

Shades of New Midnight Blue #000EAD

Tints of New Midnight Blue #000EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 92.51%

R = 0%
G = 7.49%
B = 92.51%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#000EAD (or 0x000EAD) is known color: New Midnight Blue. HEX triplet: 00, 0E and AD. RGB value is (0,14,173). Sum of RGB (Red+Green+Blue) = 0+14+173=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 173 (67.97% from 255 or 92.51% from 187); Max value from RGB is 173 - color contains mainly: blue. Hex color #000EAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000EAD is #FFF152. Grayscale: #1B1B1B. Windows color (decimal): -16773459 or 11341312. OLE color: 11341312.

HSL color Cylindrical-coordinate representation of color #000EAD: hue angle of 235.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EAD is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 14 173 -
CMYK 1 0.92 0 0.32
HSL 235.14º 1% 0.34% -
HSV(B) 235.14º 1% 0.68% -
XYZ 7.7 3.33 39.77 -
YUV 27.94 209.86 108.07 -
System Red Green Blue C M Y K H S L
Decimal 0 14 173 1 0.92 0 0.32 235.14 1 0.34
Hex 0 E AD 64 5C 0 20 EB 64 22
Octal 0 16 255 144 134 0 40 353 144 42
Binary 0 1110 10101101 1100100 1011100 0 100000 11101011 1100100 100010

Color Harmonies of #000EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EAD

Black with #000EAD

Text Example


Text Example

White with #000EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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