Html Css Color HEX #1117AE New Midnight Blue

📋 copy color: '#1117AE'

red 17 ◦ green 23 ◦ blue 174

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

Shades of New Midnight Blue #1117AE

Tints of New Midnight Blue #1117AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 174 (68.36% from 255) = 81.31%

R = 7.94%
G = 10.75%
B = 81.31%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1117AE (or 0x1117AE) is known color: New Midnight Blue. HEX triplet: 11, 17 and AE. RGB value is (17,23,174). Sum of RGB (Red+Green+Blue) = 17+23+174=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 174 (68.36% from 255 or 81.31% from 214); Max value from RGB is 174 - color contains mainly: blue. Hex color #1117AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1117AE is #EEE851. Grayscale: #252525. Windows color (decimal): -15657042 or 11409169. OLE color: 11409169.

HSL color Cylindrical-coordinate representation of color #1117AE: hue angle of 237.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1117AE is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 23 174 -
CMYK 0.90 0.87 0 0.32
HSL 237.71º 0.82% 0.37% -
HSV(B) 237.71º 0.9% 0.68% -
XYZ 8.18 3.79 40.34 -
YUV 38.42 204.51 112.72 -
System Red Green Blue C M Y K H S L
Decimal 17 23 174 0.90 0.87 0 0.32 237.71 0.82 0.37
Hex 11 17 AE 5A 57 0 20 EE 52 25
Octal 21 27 256 132 127 0 40 356 122 45
Binary 10001 10111 10101110 1011010 1010111 0 100000 11101110 1010010 100101

Color Harmonies of #1117AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1117AE

Black with #1117AE

Text Example


Text Example

White with #1117AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1117AE; }

 p { color: rgb(17,23,174); }

 H1.HeaderClassName
 {
   color: #1117AE;
 }
 .AnyTagClassName
 {
   color: #1117AE;
 }
</style>

background-color css

<style>
 a { background-color: #1117AE; }

 a { background-color: rgb(17,23,174); }

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

border-color css

<style>
 span { border-color: #1117AE; }

 span { border-color: rgb(17,23,174); }

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