Html Css Color HEX #0E0856 Midnight Blue

📋 copy color: '#0E0856'

red 14 ◦ green 8 ◦ blue 86

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

Shades of Midnight Blue #0E0856

Tints of Midnight Blue #0E0856

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

 BLUE value IS 86 (33.98% from 255) = 79.63%

R = 12.96%
G = 7.41%
B = 79.63%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E0856 (or 0x0E0856) is known color: Midnight Blue. HEX triplet: 0E, 08 and 56. RGB value is (14,8,86). Sum of RGB (Red+Green+Blue) = 14+8+86=108 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.96% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E0856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0856 is #F1F7A9. Grayscale: #121212. Windows color (decimal): -15857578 or 5638158. OLE color: 5638158.

HSL color Cylindrical-coordinate representation of color #0E0856: hue angle of 244.62º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0856 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 8 86 -
CMYK 0.84 0.91 0 0.66
HSL 244.62º 0.83% 0.18% -
HSV(B) 244.62º 0.91% 0.34% -
XYZ 1.95 0.94 8.88 -
YUV 18.69 165.99 124.66 -
System Red Green Blue C M Y K H S L
Decimal 14 8 86 0.84 0.91 0 0.66 244.62 0.83 0.18
Hex E 8 56 54 5B 0 42 F5 53 12
Octal 16 10 126 124 133 0 102 365 123 22
Binary 1110 1000 1010110 1010100 1011011 0 1000010 11110101 1010011 10010

Color Harmonies of #0E0856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0856

Black with #0E0856

Text Example


Text Example

White with #0E0856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,86); }

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

background-color css

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

 a { background-color: rgb(14,8,86); }

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

border-color css

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

 span { border-color: rgb(14,8,86); }

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