Html Css Color HEX #0E1679 Midnight Blue

📋 copy color: '#0E1679'

red 14 ◦ green 22 ◦ blue 121

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

Shades of Midnight Blue #0E1679

Tints of Midnight Blue #0E1679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 8.92%
G = 14.01%
B = 77.07%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0E1679 (or 0x0E1679) is known color: Midnight Blue. HEX triplet: 0E, 16 and 79. RGB value is (14,22,121). Sum of RGB (Red+Green+Blue) = 14+22+121=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #0E1679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1679 is #F1E986. Grayscale: #1E1E1E. Windows color (decimal): -15853959 or 7935502. OLE color: 7935502.

HSL color Cylindrical-coordinate representation of color #0E1679: hue angle of 235.51º 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 #0E1679 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 22 121 -
CMYK 0.88 0.82 0 0.53
HSL 235.51º 0.79% 0.26% -
HSV(B) 235.51º 0.88% 0.47% -
XYZ 3.92 2.05 18.28 -
YUV 30.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 14 22 121 0.88 0.82 0 0.53 235.51 0.79 0.26
Hex E 16 79 58 52 0 35 EC 4F 1A
Octal 16 26 171 130 122 0 65 354 117 32
Binary 1110 10110 1111001 1011000 1010010 0 110101 11101100 1001111 11010

Color Harmonies of #0E1679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1679

Black with #0E1679

Text Example


Text Example

White with #0E1679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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