Html Css Color HEX #110E68 Midnight Blue

📋 copy color: '#110E68'

red 17 ◦ green 14 ◦ blue 104

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

Shades of Midnight Blue #110E68

Tints of Midnight Blue #110E68

RGB

 RED value IS 17 (7.03% from 255) = 12.59%

 GREEN value IS 14 (5.86% from 255) = 10.37%

 BLUE value IS 104 (41.02% from 255) = 77.04%

R = 12.59%
G = 10.37%
B = 77.04%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#110E68 (or 0x110E68) is known color: Midnight Blue. HEX triplet: 11, 0E and 68. RGB value is (17,14,104). Sum of RGB (Red+Green+Blue) = 17+14+104=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #110E68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E68 is #EEF197. Grayscale: #181818. Windows color (decimal): -15659416 or 6819345. OLE color: 6819345.

HSL color Cylindrical-coordinate representation of color #110E68: hue angle of 242º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110E68 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 14 104 -
CMYK 0.84 0.87 0 0.59
HSL 242º 0.76% 0.23% -
HSV(B) 242º 0.87% 0.41% -
XYZ 2.89 1.43 13.22 -
YUV 25.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 17 14 104 0.84 0.87 0 0.59 242 0.76 0.23
Hex 11 E 68 54 57 0 3B F2 4C 17
Octal 21 16 150 124 127 0 73 362 114 27
Binary 10001 1110 1101000 1010100 1010111 0 111011 11110010 1001100 10111

Color Harmonies of #110E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E68

Black with #110E68

Text Example


Text Example

White with #110E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110E68; }

 p { color: rgb(17,14,104); }

 H1.HeaderClassName
 {
   color: #110E68;
 }
 .AnyTagClassName
 {
   color: #110E68;
 }
</style>

background-color css

<style>
 a { background-color: #110E68; }

 a { background-color: rgb(17,14,104); }

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

border-color css

<style>
 span { border-color: #110E68; }

 span { border-color: rgb(17,14,104); }

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