Html Css Color HEX #0E1059 Midnight Blue

📋 copy color: '#0E1059'

red 14 ◦ green 16 ◦ blue 89

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

Shades of Midnight Blue #0E1059

Tints of Midnight Blue #0E1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 89 (35.16% from 255) = 74.79%

R = 11.76%
G = 13.45%
B = 74.79%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E1059 (or 0x0E1059) is known color: Midnight Blue. HEX triplet: 0E, 10 and 59. RGB value is (14,16,89). Sum of RGB (Red+Green+Blue) = 14+16+89=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E1059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1059 is #F1EFA6. Grayscale: #171717. Windows color (decimal): -15855527 or 5836814. OLE color: 5836814.

HSL color Cylindrical-coordinate representation of color #0E1059: hue angle of 238.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1059 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 16 89 -
CMYK 0.84 0.82 0 0.65
HSL 238.4º 0.73% 0.2% -
HSV(B) 238.4º 0.84% 0.35% -
XYZ 2.17 1.19 9.57 -
YUV 23.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 14 16 89 0.84 0.82 0 0.65 238.4 0.73 0.2
Hex E 10 59 54 52 0 41 EE 49 14
Octal 16 20 131 124 122 0 101 356 111 24
Binary 1110 10000 1011001 1010100 1010010 0 1000001 11101110 1001001 10100

Color Harmonies of #0E1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1059

Black with #0E1059

Text Example


Text Example

White with #0E1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,16,89); }

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

background-color css

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

 a { background-color: rgb(14,16,89); }

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

border-color css

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

 span { border-color: rgb(14,16,89); }

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