Html Css Color HEX #0E1659 Midnight Blue

📋 copy color: '#0E1659'

red 14 ◦ green 22 ◦ blue 89

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

Shades of Midnight Blue #0E1659

Tints of Midnight Blue #0E1659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.6%

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

R = 11.2%
G = 17.6%
B = 71.2%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E1659 (or 0x0E1659) is known color: Midnight Blue. HEX triplet: 0E, 16 and 59. RGB value is (14,22,89). Sum of RGB (Red+Green+Blue) = 14+22+89=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E1659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1659 is #F1E9A6. Grayscale: #1A1A1A. Windows color (decimal): -15853991 or 5838350. OLE color: 5838350.

HSL color Cylindrical-coordinate representation of color #0E1659: hue angle of 233.6º 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 #0E1659 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 22 89 -
CMYK 0.84 0.75 0 0.65
HSL 233.6º 0.73% 0.2% -
HSV(B) 233.6º 0.84% 0.35% -
XYZ 2.27 1.39 9.6 -
YUV 27.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 14 22 89 0.84 0.75 0 0.65 233.6 0.73 0.2
Hex E 16 59 54 4B 0 41 EA 49 14
Octal 16 26 131 124 113 0 101 352 111 24
Binary 1110 10110 1011001 1010100 1001011 0 1000001 11101010 1001001 10100

Color Harmonies of #0E1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1659

Black with #0E1659

Text Example


Text Example

White with #0E1659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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