Html Css Color HEX #110EAB New Midnight Blue

📋 copy color: '#110EAB'

red 17 ◦ green 14 ◦ blue 171

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

Shades of New Midnight Blue #110EAB

Tints of New Midnight Blue #110EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 84.65%

R = 8.42%
G = 6.93%
B = 84.65%

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

#110EAB (or 0x110EAB) is known color: New Midnight Blue. HEX triplet: 11, 0E and AB. RGB value is (17,14,171). Sum of RGB (Red+Green+Blue) = 17+14+171=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #110EAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110EAB is #EEF154. Grayscale: #202020. Windows color (decimal): -15659349 or 11210257. OLE color: 11210257.

HSL color Cylindrical-coordinate representation of color #110EAB: hue angle of 241.15º 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 #110EAB is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 14 171 -
CMYK 0.90 0.92 0 0.33
HSL 241.15º 0.85% 0.36% -
HSV(B) 241.15º 0.92% 0.67% -
XYZ 7.74 3.37 38.77 -
YUV 32.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 17 14 171 0.90 0.92 0 0.33 241.15 0.85 0.36
Hex 11 E AB 5A 5C 0 21 F1 55 24
Octal 21 16 253 132 134 0 41 361 125 44
Binary 10001 1110 10101011 1011010 1011100 0 100001 11110001 1010101 100100

Color Harmonies of #110EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110EAB

Black with #110EAB

Text Example


Text Example

White with #110EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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