Html Css Color HEX #0E009F New Midnight Blue

📋 copy color: '#0E009F'

red 14 ◦ green 0 ◦ blue 159

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

Shades of New Midnight Blue #0E009F

Tints of New Midnight Blue #0E009F

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E009F (or 0x0E009F) is known color: New Midnight Blue. HEX triplet: 0E, 00 and 9F. RGB value is (14,0,159). Sum of RGB (Red+Green+Blue) = 14+0+159=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 0 (0.39% from 255 or 0% 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 #0E009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E009F is #F1FF60. Grayscale: #151515. Windows color (decimal): -15859553 or 10420238. OLE color: 10420238.

HSL color Cylindrical-coordinate representation of color #0E009F: hue angle of 245.28º 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 #0E009F is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 0 159 -
CMYK 0.91 1 0 0.38
HSL 245.28º 1% 0.31% -
HSV(B) 245.28º 1% 0.62% -
XYZ 6.44 2.6 32.96 -
YUV 22.31 205.14 122.07 -
System Red Green Blue C M Y K H S L
Decimal 14 0 159 0.91 1 0 0.38 245.28 1 0.31
Hex E 0 9F 5B 64 0 26 F5 64 1F
Octal 16 0 237 133 144 0 46 365 144 37
Binary 1110 0 10011111 1011011 1100100 0 100110 11110101 1100100 11111

Color Harmonies of #0E009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E009F

Black with #0E009F

Text Example


Text Example

White with #0E009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E009F; }

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

 H1.HeaderClassName
 {
   color: #0E009F;
 }
 .AnyTagClassName
 {
   color: #0E009F;
 }
</style>

background-color css

<style>
 a { background-color: #0E009F; }

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

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

border-color css

<style>
 span { border-color: #0E009F; }

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

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