Html Css Color HEX #0E096B Midnight Blue

📋 copy color: '#0E096B'

red 14 ◦ green 9 ◦ blue 107

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

Shades of Midnight Blue #0E096B

Tints of Midnight Blue #0E096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 82.31%

R = 10.77%
G = 6.92%
B = 82.31%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E096B (or 0x0E096B) is known color: Midnight Blue. HEX triplet: 0E, 09 and 6B. RGB value is (14,9,107). Sum of RGB (Red+Green+Blue) = 14+9+107=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E096B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E096B is #F1F694. Grayscale: #151515. Windows color (decimal): -15857301 or 7014670. OLE color: 7014670.

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

Color convert

RGB 14 9 107 -
CMYK 0.87 0.92 0 0.58
HSL 243.06º 0.84% 0.23% -
HSV(B) 243.06º 0.92% 0.42% -
XYZ 2.93 1.35 14.02 -
YUV 21.67 176.16 122.53 -
System Red Green Blue C M Y K H S L
Decimal 14 9 107 0.87 0.92 0 0.58 243.06 0.84 0.23
Hex E 9 6B 57 5C 0 3A F3 54 17
Octal 16 11 153 127 134 0 72 363 124 27
Binary 1110 1001 1101011 1010111 1011100 0 111010 11110011 1010100 10111

Color Harmonies of #0E096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E096B

Black with #0E096B

Text Example


Text Example

White with #0E096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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