Html Css Color HEX #0E166C Midnight Blue

📋 copy color: '#0E166C'

red 14 ◦ green 22 ◦ blue 108

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

Shades of Midnight Blue #0E166C

Tints of Midnight Blue #0E166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 75%

R = 9.72%
G = 15.28%
B = 75%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E166C (or 0x0E166C) is known color: Midnight Blue. HEX triplet: 0E, 16 and 6C. RGB value is (14,22,108). Sum of RGB (Red+Green+Blue) = 14+22+108=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E166C is #F1E993. Grayscale: #1D1D1D. Windows color (decimal): -15853972 or 7083534. OLE color: 7083534.

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

Color convert

RGB 14 22 108 -
CMYK 0.87 0.80 0 0.58
HSL 234.89º 0.77% 0.24% -
HSV(B) 234.89º 0.87% 0.42% -
XYZ 3.17 1.75 14.36 -
YUV 29.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 14 22 108 0.87 0.80 0 0.58 234.89 0.77 0.24
Hex E 16 6C 57 50 0 3A EB 4D 18
Octal 16 26 154 127 120 0 72 353 115 30
Binary 1110 10110 1101100 1010111 1010000 0 111010 11101011 1001101 11000

Color Harmonies of #0E166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E166C

Black with #0E166C

Text Example


Text Example

White with #0E166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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