Html Css Color HEX #0E056B Midnight Blue

📋 copy color: '#0E056B'

red 14 ◦ green 5 ◦ blue 107

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

Shades of Midnight Blue #0E056B

Tints of Midnight Blue #0E056B

RGB

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

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

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

R = 11.11%
G = 3.97%
B = 84.92%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E056B (or 0x0E056B) is known color: Midnight Blue. HEX triplet: 0E, 05 and 6B. RGB value is (14,5,107). Sum of RGB (Red+Green+Blue) = 14+5+107=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 107 (42.19% from 255 or 84.92% from 126); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E056B is #F1FA94. Grayscale: #121212. Windows color (decimal): -15858325 or 7013646. OLE color: 7013646.

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

Color convert

RGB 14 5 107 -
CMYK 0.87 0.95 0 0.58
HSL 245.29º 0.91% 0.22% -
HSV(B) 245.29º 0.95% 0.42% -
XYZ 2.89 1.26 14 -
YUV 19.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 14 5 107 0.87 0.95 0 0.58 245.29 0.91 0.22
Hex E 5 6B 57 5F 0 3A F5 5B 16
Octal 16 5 153 127 137 0 72 365 133 26
Binary 1110 101 1101011 1010111 1011111 0 111010 11110101 1011011 10110

Color Harmonies of #0E056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E056B

Black with #0E056B

Text Example


Text Example

White with #0E056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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