Html Css Color HEX #1116AE New Midnight Blue

📋 copy color: '#1116AE'

red 17 ◦ green 22 ◦ blue 174

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

Shades of New Midnight Blue #1116AE

Tints of New Midnight Blue #1116AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.33%

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

R = 7.98%
G = 10.33%
B = 81.69%

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

#1116AE (or 0x1116AE) is known color: New Midnight Blue. HEX triplet: 11, 16 and AE. RGB value is (17,22,174). Sum of RGB (Red+Green+Blue) = 17+22+174=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #1116AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116AE is #EEE951. Grayscale: #252525. Windows color (decimal): -15657298 or 11408913. OLE color: 11408913.

HSL color Cylindrical-coordinate representation of color #1116AE: hue angle of 238.09º 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 #1116AE is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 22 174 -
CMYK 0.90 0.87 0 0.32
HSL 238.09º 0.82% 0.37% -
HSV(B) 238.09º 0.9% 0.68% -
XYZ 8.16 3.75 40.34 -
YUV 37.83 204.84 113.14 -
System Red Green Blue C M Y K H S L
Decimal 17 22 174 0.90 0.87 0 0.32 238.09 0.82 0.37
Hex 11 16 AE 5A 57 0 20 EE 52 25
Octal 21 26 256 132 127 0 40 356 122 45
Binary 10001 10110 10101110 1011010 1010111 0 100000 11101110 1010010 100101

Color Harmonies of #1116AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1116AE

Black with #1116AE

Text Example


Text Example

White with #1116AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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