Html Css Color HEX #0E0958 Midnight Blue

📋 copy color: '#0E0958'

red 14 ◦ green 9 ◦ blue 88

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

Shades of Midnight Blue #0E0958

Tints of Midnight Blue #0E0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 79.28%

R = 12.61%
G = 8.11%
B = 79.28%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E0958 (or 0x0E0958) is known color: Midnight Blue. HEX triplet: 0E, 09 and 58. RGB value is (14,9,88). Sum of RGB (Red+Green+Blue) = 14+9+88=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E0958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0958 is #F1F6A7. Grayscale: #131313. Windows color (decimal): -15857320 or 5769486. OLE color: 5769486.

HSL color Cylindrical-coordinate representation of color #0E0958: hue angle of 243.8º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0958 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 9 88 -
CMYK 0.84 0.90 0 0.65
HSL 243.8º 0.81% 0.19% -
HSV(B) 243.8º 0.9% 0.35% -
XYZ 2.04 0.99 9.32 -
YUV 19.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 14 9 88 0.84 0.90 0 0.65 243.8 0.81 0.19
Hex E 9 58 54 5A 0 41 F4 51 13
Octal 16 11 130 124 132 0 101 364 121 23
Binary 1110 1001 1011000 1010100 1011010 0 1000001 11110100 1010001 10011

Color Harmonies of #0E0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0958

Black with #0E0958

Text Example


Text Example

White with #0E0958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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