Html Css Color HEX #1106AA New Midnight Blue

📋 copy color: '#1106AA'

red 17 ◦ green 6 ◦ blue 170

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

Shades of New Midnight Blue #1106AA

Tints of New Midnight Blue #1106AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

 BLUE value IS 170 (66.8% from 255) = 88.08%

R = 8.81%
G = 3.11%
B = 88.08%

CMYK

 C value IS 0.9

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1106AA (or 0x1106AA) is known color: New Midnight Blue. HEX triplet: 11, 06 and AA. RGB value is (17,6,170). Sum of RGB (Red+Green+Blue) = 17+6+170=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 170 (66.80% from 255 or 88.08% from 193); Max value from RGB is 170 - color contains mainly: blue. Hex color #1106AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1106AA is #EEF955. Grayscale: #1B1B1B. Windows color (decimal): -15661398 or 11142673. OLE color: 11142673.

HSL color Cylindrical-coordinate representation of color #1106AA: hue angle of 244.02º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1106AA is Cyan = 0.9, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 6 170 -
CMYK 0.9 0.96 0 0.33
HSL 244.02º 0.93% 0.35% -
HSV(B) 244.02º 0.96% 0.67% -
XYZ 7.55 3.15 38.24 -
YUV 27.99 208.14 120.16 -
System Red Green Blue C M Y K H S L
Decimal 17 6 170 0.9 0.96 0 0.33 244.02 0.93 0.35
Hex 11 6 AA 5A 60 0 21 F4 5D 23
Octal 21 6 252 132 140 0 41 364 135 43
Binary 10001 110 10101010 1011010 1100000 0 100001 11110100 1011101 100011

Color Harmonies of #1106AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106AA

Black with #1106AA

Text Example


Text Example

White with #1106AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1106AA; }

 p { color: rgb(17,6,170); }

 H1.HeaderClassName
 {
   color: #1106AA;
 }
 .AnyTagClassName
 {
   color: #1106AA;
 }
</style>

background-color css

<style>
 a { background-color: #1106AA; }

 a { background-color: rgb(17,6,170); }

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

border-color css

<style>
 span { border-color: #1106AA; }

 span { border-color: rgb(17,6,170); }

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