Html Css Color HEX #0E0557 Midnight Blue

📋 copy color: '#0E0557'

red 14 ◦ green 5 ◦ blue 87

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

Shades of Midnight Blue #0E0557

Tints of Midnight Blue #0E0557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 82.08%

R = 13.21%
G = 4.72%
B = 82.08%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E0557 (or 0x0E0557) is known color: Midnight Blue. HEX triplet: 0E, 05 and 57. RGB value is (14,5,87). Sum of RGB (Red+Green+Blue) = 14+5+87=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 87 (34.38% from 255 or 82.08% from 106); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E0557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0557 is #F1FAA8. Grayscale: #101010. Windows color (decimal): -15858345 or 5702926. OLE color: 5702926.

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

Color convert

RGB 14 5 87 -
CMYK 0.84 0.94 0 0.66
HSL 246.59º 0.89% 0.18% -
HSV(B) 246.59º 0.94% 0.34% -
XYZ 1.96 0.89 9.09 -
YUV 17.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 14 5 87 0.84 0.94 0 0.66 246.59 0.89 0.18
Hex E 5 57 54 5E 0 42 F7 59 12
Octal 16 5 127 124 136 0 102 367 131 22
Binary 1110 101 1010111 1010100 1011110 0 1000010 11110111 1011001 10010

Color Harmonies of #0E0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0557

Black with #0E0557

Text Example


Text Example

White with #0E0557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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