Html Css Color HEX #0E055B Midnight Blue

📋 copy color: '#0E055B'

red 14 ◦ green 5 ◦ blue 91

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

Shades of Midnight Blue #0E055B

Tints of Midnight Blue #0E055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 82.73%

R = 12.73%
G = 4.55%
B = 82.73%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E055B (or 0x0E055B) is known color: Midnight Blue. HEX triplet: 0E, 05 and 5B. RGB value is (14,5,91). Sum of RGB (Red+Green+Blue) = 14+5+91=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E055B is #F1FAA4. Grayscale: #111111. Windows color (decimal): -15858341 or 5965070. OLE color: 5965070.

HSL color Cylindrical-coordinate representation of color #0E055B: hue angle of 246.28º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E055B is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 5 91 -
CMYK 0.85 0.95 0 0.64
HSL 246.28º 0.9% 0.19% -
HSV(B) 246.28º 0.95% 0.36% -
XYZ 2.12 0.96 9.97 -
YUV 17.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 14 5 91 0.85 0.95 0 0.64 246.28 0.9 0.19
Hex E 5 5B 55 5F 0 40 F6 5A 13
Octal 16 5 133 125 137 0 100 366 132 23
Binary 1110 101 1011011 1010101 1011111 0 1000000 11110110 1011010 10011

Color Harmonies of #0E055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E055B

Black with #0E055B

Text Example


Text Example

White with #0E055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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