Html Css Color HEX #0E096E Midnight Blue

📋 copy color: '#0E096E'

red 14 ◦ green 9 ◦ blue 110

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

Shades of Midnight Blue #0E096E

Tints of Midnight Blue #0E096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 110 (43.36% from 255) = 82.71%

R = 10.53%
G = 6.77%
B = 82.71%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0E096E (or 0x0E096E) is known color: Midnight Blue. HEX triplet: 0E, 09 and 6E. RGB value is (14,9,110). Sum of RGB (Red+Green+Blue) = 14+9+110=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 110 (43.36% from 255 or 82.71% from 133); Max value from RGB is 110 - color contains mainly: blue. Hex color #0E096E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E096E is #F1F691. Grayscale: #151515. Windows color (decimal): -15857298 or 7211278. OLE color: 7211278.

HSL color Cylindrical-coordinate representation of color #0E096E: hue angle of 242.97º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E096E is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 14 9 110 -
CMYK 0.87 0.92 0 0.57
HSL 242.97º 0.85% 0.23% -
HSV(B) 242.97º 0.92% 0.43% -
XYZ 3.09 1.41 14.86 -
YUV 22.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 14 9 110 0.87 0.92 0 0.57 242.97 0.85 0.23
Hex E 9 6E 57 5C 0 39 F3 55 17
Octal 16 11 156 127 134 0 71 363 125 27
Binary 1110 1001 1101110 1010111 1011100 0 111001 11110011 1010101 10111

Color Harmonies of #0E096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E096E

Black with #0E096E

Text Example


Text Example

White with #0E096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,9,110); }

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

background-color css

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

 a { background-color: rgb(14,9,110); }

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

border-color css

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

 span { border-color: rgb(14,9,110); }

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