Html Css Color HEX #110EAC New Midnight Blue

📋 copy color: '#110EAC'

red 17 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #110EAC

Tints of New Midnight Blue #110EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 84.73%

R = 8.37%
G = 6.9%
B = 84.73%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#110EAC (or 0x110EAC) is known color: New Midnight Blue. HEX triplet: 11, 0E and AC. RGB value is (17,14,172). Sum of RGB (Red+Green+Blue) = 17+14+172=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 172 (67.58% from 255 or 84.73% from 203); Max value from RGB is 172 - color contains mainly: blue. Hex color #110EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAC is #EEF153. Grayscale: #202020. Windows color (decimal): -15659348 or 11275793. OLE color: 11275793.

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

Color convert

RGB 17 14 172 -
CMYK 0.90 0.92 0 0.33
HSL 241.14º 0.85% 0.36% -
HSV(B) 241.14º 0.92% 0.67% -
XYZ 7.83 3.41 39.28 -
YUV 32.91 206.49 116.65 -
System Red Green Blue C M Y K H S L
Decimal 17 14 172 0.90 0.92 0 0.33 241.14 0.85 0.36
Hex 11 E AC 5A 5C 0 21 F1 55 24
Octal 21 16 254 132 134 0 41 361 125 44
Binary 10001 1110 10101100 1011010 1011100 0 100001 11110001 1010101 100100

Color Harmonies of #110EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110EAC

Black with #110EAC

Text Example


Text Example

White with #110EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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