Html Css Color HEX #1106AB New Midnight Blue

📋 copy color: '#1106AB'

red 17 ◦ green 6 ◦ blue 171

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

Shades of New Midnight Blue #1106AB

Tints of New Midnight Blue #1106AB

RGB

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

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

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

R = 8.76%
G = 3.09%
B = 88.14%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1106AB (or 0x1106AB) is known color: New Midnight Blue. HEX triplet: 11, 06 and AB. RGB value is (17,6,171). Sum of RGB (Red+Green+Blue) = 17+6+171=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 171 (67.19% from 255 or 88.14% from 194); Max value from RGB is 171 - color contains mainly: blue. Hex color #1106AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1106AB is #EEF954. Grayscale: #1B1B1B. Windows color (decimal): -15661397 or 11208209. OLE color: 11208209.

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

Color convert

RGB 17 6 171 -
CMYK 0.90 0.96 0 0.33
HSL 244º 0.93% 0.35% -
HSV(B) 244º 0.96% 0.67% -
XYZ 7.65 3.19 38.74 -
YUV 28.1 208.64 120.08 -
System Red Green Blue C M Y K H S L
Decimal 17 6 171 0.90 0.96 0 0.33 244 0.93 0.35
Hex 11 6 AB 5A 60 0 21 F4 5D 23
Octal 21 6 253 132 140 0 41 364 135 43
Binary 10001 110 10101011 1011010 1100000 0 100001 11110100 1011101 100011

Color Harmonies of #1106AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1106AB

Black with #1106AB

Text Example


Text Example

White with #1106AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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