Html Css Color HEX #000E9F New Midnight Blue

📋 copy color: '#000E9F'

red 0 ◦ green 14 ◦ blue 159

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

Shades of New Midnight Blue #000E9F

Tints of New Midnight Blue #000E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 91.91%

R = 0%
G = 8.09%
B = 91.91%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#000E9F (or 0x000E9F) is known color: New Midnight Blue. HEX triplet: 00, 0E and 9F. RGB value is (0,14,159). Sum of RGB (Red+Green+Blue) = 0+14+159=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 159 (62.5% from 255 or 91.91% from 173); Max value from RGB is 159 - color contains mainly: blue. Hex color #000E9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000E9F is #FFF160. Grayscale: #191919. Windows color (decimal): -16773473 or 10423808. OLE color: 10423808.

HSL color Cylindrical-coordinate representation of color #000E9F: hue angle of 234.72º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E9F is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 14 159 -
CMYK 1 0.91 0 0.38
HSL 234.72º 1% 0.31% -
HSV(B) 234.72º 1% 0.62% -
XYZ 6.42 2.82 33.01 -
YUV 26.34 202.86 109.21 -
System Red Green Blue C M Y K H S L
Decimal 0 14 159 1 0.91 0 0.38 234.72 1 0.31
Hex 0 E 9F 64 5B 0 26 EB 64 1F
Octal 0 16 237 144 133 0 46 353 144 37
Binary 0 1110 10011111 1100100 1011011 0 100110 11101011 1100100 11111

Color Harmonies of #000E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E9F

Black with #000E9F

Text Example


Text Example

White with #000E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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