Html Css Color HEX #0E0550 Midnight Blue

📋 copy color: '#0E0550'

red 14 ◦ green 5 ◦ blue 80

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

Shades of Midnight Blue #0E0550

Tints of Midnight Blue #0E0550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

 BLUE value IS 80 (31.64% from 255) = 80.81%

R = 14.14%
G = 5.05%
B = 80.81%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0E0550 (or 0x0E0550) is known color: Midnight Blue. HEX triplet: 0E, 05 and 50. RGB value is (14,5,80). Sum of RGB (Red+Green+Blue) = 14+5+80=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #0E0550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0550 is #F1FAAF. Grayscale: #0F0F0F. Windows color (decimal): -15858352 or 5244174. OLE color: 5244174.

HSL color Cylindrical-coordinate representation of color #0E0550: hue angle of 247.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0550 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 5 80 -
CMYK 0.83 0.94 0 0.69
HSL 247.2º 0.88% 0.17% -
HSV(B) 247.2º 0.94% 0.31% -
XYZ 1.68 0.78 7.65 -
YUV 16.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 14 5 80 0.83 0.94 0 0.69 247.2 0.88 0.17
Hex E 5 50 53 5E 0 45 F7 58 11
Octal 16 5 120 123 136 0 105 367 130 21
Binary 1110 101 1010000 1010011 1011110 0 1000101 11110111 1011000 10001

Color Harmonies of #0E0550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0550

Black with #0E0550

Text Example


Text Example

White with #0E0550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,5,80); }

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

background-color css

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

 a { background-color: rgb(14,5,80); }

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

border-color css

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

 span { border-color: rgb(14,5,80); }

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