Html Css Color HEX #110EAD New Midnight Blue

📋 copy color: '#110EAD'

red 17 ◦ green 14 ◦ blue 173

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

Shades of New Midnight Blue #110EAD

Tints of New Midnight Blue #110EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 84.8%

R = 8.33%
G = 6.86%
B = 84.8%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#110EAD (or 0x110EAD) is known color: New Midnight Blue. HEX triplet: 11, 0E and AD. RGB value is (17,14,173). Sum of RGB (Red+Green+Blue) = 17+14+173=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #110EAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAD is #EEF152. Grayscale: #202020. Windows color (decimal): -15659347 or 11341329. OLE color: 11341329.

HSL color Cylindrical-coordinate representation of color #110EAD: hue angle of 241.13º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110EAD is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 14 173 -
CMYK 0.90 0.92 0 0.32
HSL 241.13º 0.85% 0.37% -
HSV(B) 241.13º 0.92% 0.68% -
XYZ 7.93 3.45 39.78 -
YUV 33.02 206.99 116.57 -
System Red Green Blue C M Y K H S L
Decimal 17 14 173 0.90 0.92 0 0.32 241.13 0.85 0.37
Hex 11 E AD 5A 5C 0 20 F1 55 25
Octal 21 16 255 132 134 0 40 361 125 45
Binary 10001 1110 10101101 1011010 1011100 0 100000 11110001 1010101 100101

Color Harmonies of #110EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110EAD

Black with #110EAD

Text Example


Text Example

White with #110EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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