Html Css Color HEX #0E009E New Midnight Blue

📋 copy color: '#0E009E'

red 14 ◦ green 0 ◦ blue 158

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

Shades of New Midnight Blue #0E009E

Tints of New Midnight Blue #0E009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 91.86%

R = 8.14%
G = 0%
B = 91.86%

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

#0E009E (or 0x0E009E) is known color: New Midnight Blue. HEX triplet: 0E, 00 and 9E. RGB value is (14,0,158). Sum of RGB (Red+Green+Blue) = 14+0+158=172 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.14% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 158 (62.11% from 255 or 91.86% from 172); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E009E is #F1FF61. Grayscale: #151515. Windows color (decimal): -15859554 or 10354702. OLE color: 10354702.

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

Color convert

RGB 14 0 158 -
CMYK 0.91 1 0 0.38
HSL 245.32º 1% 0.31% -
HSV(B) 245.32º 1% 0.62% -
XYZ 6.35 2.56 32.51 -
YUV 22.2 204.64 122.15 -
System Red Green Blue C M Y K H S L
Decimal 14 0 158 0.91 1 0 0.38 245.32 1 0.31
Hex E 0 9E 5B 64 0 26 F5 64 1F
Octal 16 0 236 133 144 0 46 365 144 37
Binary 1110 0 10011110 1011011 1100100 0 100110 11110101 1100100 11111

Color Harmonies of #0E009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E009E

Black with #0E009E

Text Example


Text Example

White with #0E009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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