Html Css Color HEX #0E014F Midnight Blue

📋 copy color: '#0E014F'

red 14 ◦ green 1 ◦ blue 79

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

Shades of Midnight Blue #0E014F

Tints of Midnight Blue #0E014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

 BLUE value IS 79 (31.25% from 255) = 84.04%

R = 14.89%
G = 1.06%
B = 84.04%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0E014F (or 0x0E014F) is known color: Midnight Blue. HEX triplet: 0E, 01 and 4F. RGB value is (14,1,79). Sum of RGB (Red+Green+Blue) = 14+1+79=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 79 (31.25% from 255 or 84.04% from 94); Max value from RGB is 79 - color contains mainly: blue. Hex color #0E014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E014F is #F1FEB0. Grayscale: #0D0D0D. Windows color (decimal): -15859377 or 5177614. OLE color: 5177614.

HSL color Cylindrical-coordinate representation of color #0E014F: hue angle of 250º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E014F is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 14 1 79 -
CMYK 0.82 0.99 0 0.69
HSL 250º 0.98% 0.16% -
HSV(B) 250º 0.99% 0.31% -
XYZ 1.6 0.68 7.44 -
YUV 13.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 14 1 79 0.82 0.99 0 0.69 250 0.98 0.16
Hex E 1 4F 52 63 0 45 FA 62 10
Octal 16 1 117 122 143 0 105 372 142 20
Binary 1110 1 1001111 1010010 1100011 0 1000101 11111010 1100010 10000

Color Harmonies of #0E014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E014F

Black with #0E014F

Text Example


Text Example

White with #0E014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,79); }

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

background-color css

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

 a { background-color: rgb(14,1,79); }

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

border-color css

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

 span { border-color: rgb(14,1,79); }

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