Html Css Color HEX #0E039E New Midnight Blue

📋 copy color: '#0E039E'

red 14 ◦ green 3 ◦ blue 158

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

Shades of New Midnight Blue #0E039E

Tints of New Midnight Blue #0E039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 8%
G = 1.71%
B = 90.29%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E039E (or 0x0E039E) is known color: New Midnight Blue. HEX triplet: 0E, 03 and 9E. RGB value is (14,3,158). Sum of RGB (Red+Green+Blue) = 14+3+158=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 158 (62.11% from 255 or 90.29% from 175); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E039E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E039E is #F1FC61. Grayscale: #171717. Windows color (decimal): -15858786 or 10355470. OLE color: 10355470.

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

Color convert

RGB 14 3 158 -
CMYK 0.91 0.98 0 0.38
HSL 244.26º 0.96% 0.32% -
HSV(B) 244.26º 0.98% 0.62% -
XYZ 6.39 2.63 32.52 -
YUV 23.96 203.64 120.9 -
System Red Green Blue C M Y K H S L
Decimal 14 3 158 0.91 0.98 0 0.38 244.26 0.96 0.32
Hex E 3 9E 5B 62 0 26 F4 60 20
Octal 16 3 236 133 142 0 46 364 140 40
Binary 1110 11 10011110 1011011 1100010 0 100110 11110100 1100000 100000

Color Harmonies of #0E039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E039E

Black with #0E039E

Text Example


Text Example

White with #0E039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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