Html Css Color HEX #0E1279 Midnight Blue

📋 copy color: '#0E1279'

red 14 ◦ green 18 ◦ blue 121

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

Shades of Midnight Blue #0E1279

Tints of Midnight Blue #0E1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 121 (47.66% from 255) = 79.08%

R = 9.15%
G = 11.76%
B = 79.08%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E1279 (or 0x0E1279) is known color: Midnight Blue. HEX triplet: 0E, 12 and 79. RGB value is (14,18,121). Sum of RGB (Red+Green+Blue) = 14+18+121=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E1279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1279 is #F1ED86. Grayscale: #1C1C1C. Windows color (decimal): -15854983 or 7934478. OLE color: 7934478.

HSL color Cylindrical-coordinate representation of color #0E1279: hue angle of 237.76º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1279 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 18 121 -
CMYK 0.88 0.85 0 0.53
HSL 237.76º 0.79% 0.26% -
HSV(B) 237.76º 0.88% 0.47% -
XYZ 3.85 1.91 18.25 -
YUV 28.55 180.17 117.62 -
System Red Green Blue C M Y K H S L
Decimal 14 18 121 0.88 0.85 0 0.53 237.76 0.79 0.26
Hex E 12 79 58 55 0 35 EE 4F 1A
Octal 16 22 171 130 125 0 65 356 117 32
Binary 1110 10010 1111001 1011000 1010101 0 110101 11101110 1001111 11010

Color Harmonies of #0E1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1279

Black with #0E1279

Text Example


Text Example

White with #0E1279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,18,121); }

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

background-color css

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

 a { background-color: rgb(14,18,121); }

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

border-color css

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

 span { border-color: rgb(14,18,121); }

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