Html Css Color HEX #000EAC New Midnight Blue

📋 copy color: '#000EAC'

red 0 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #000EAC

Tints of New Midnight Blue #000EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 92.47%

R = 0%
G = 7.53%
B = 92.47%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#000EAC (or 0x000EAC) is known color: New Midnight Blue. HEX triplet: 00, 0E and AC. RGB value is (0,14,172). Sum of RGB (Red+Green+Blue) = 0+14+172=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 172 (67.58% from 255 or 92.47% from 186); Max value from RGB is 172 - color contains mainly: blue. Hex color #000EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000EAC is #FFF153. Grayscale: #1B1B1B. Windows color (decimal): -16773460 or 11275776. OLE color: 11275776.

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

Color convert

RGB 0 14 172 -
CMYK 1 0.92 0 0.33
HSL 235.12º 1% 0.34% -
HSV(B) 235.12º 1% 0.67% -
XYZ 7.6 3.29 39.26 -
YUV 27.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 0 14 172 1 0.92 0 0.33 235.12 1 0.34
Hex 0 E AC 64 5C 0 21 EB 64 22
Octal 0 16 254 144 134 0 41 353 144 42
Binary 0 1110 10101100 1100100 1011100 0 100001 11101011 1100100 100010

Color Harmonies of #000EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000EAC

Black with #000EAC

Text Example


Text Example

White with #000EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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