Html Css Color HEX #1116AC New Midnight Blue

📋 copy color: '#1116AC'

red 17 ◦ green 22 ◦ blue 172

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

Shades of New Midnight Blue #1116AC

Tints of New Midnight Blue #1116AC

RGB

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

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

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

R = 8.06%
G = 10.43%
B = 81.52%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1116AC (or 0x1116AC) is known color: New Midnight Blue. HEX triplet: 11, 16 and AC. RGB value is (17,22,172). Sum of RGB (Red+Green+Blue) = 17+22+172=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #1116AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116AC is #EEE953. Grayscale: #252525. Windows color (decimal): -15657300 or 11277841. OLE color: 11277841.

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

Color convert

RGB 17 22 172 -
CMYK 0.90 0.87 0 0.33
HSL 238.06º 0.82% 0.37% -
HSV(B) 238.06º 0.9% 0.67% -
XYZ 7.96 3.67 39.32 -
YUV 37.61 203.84 113.3 -
System Red Green Blue C M Y K H S L
Decimal 17 22 172 0.90 0.87 0 0.33 238.06 0.82 0.37
Hex 11 16 AC 5A 57 0 21 EE 52 25
Octal 21 26 254 132 127 0 41 356 122 45
Binary 10001 10110 10101100 1011010 1010111 0 100001 11101110 1010010 100101

Color Harmonies of #1116AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1116AC

Black with #1116AC

Text Example


Text Example

White with #1116AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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