Html Css Color HEX #1113AA New Midnight Blue

📋 copy color: '#1113AA'

red 17 ◦ green 19 ◦ blue 170

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

Shades of New Midnight Blue #1113AA

Tints of New Midnight Blue #1113AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 8.25%
G = 9.22%
B = 82.52%

CMYK

 C value IS 0.9

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1113AA (or 0x1113AA) is known color: New Midnight Blue. HEX triplet: 11, 13 and AA. RGB value is (17,19,170). Sum of RGB (Red+Green+Blue) = 17+19+170=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #1113AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1113AA is #EEEC55. Grayscale: #232323. Windows color (decimal): -15658070 or 11146001. OLE color: 11146001.

HSL color Cylindrical-coordinate representation of color #1113AA: hue angle of 239.22º 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 #1113AA is Cyan = 0.9, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 19 170 -
CMYK 0.9 0.89 0 0.33
HSL 239.22º 0.82% 0.37% -
HSV(B) 239.22º 0.9% 0.67% -
XYZ 7.72 3.49 38.3 -
YUV 35.62 203.84 114.72 -
System Red Green Blue C M Y K H S L
Decimal 17 19 170 0.9 0.89 0 0.33 239.22 0.82 0.37
Hex 11 13 AA 5A 59 0 21 EF 52 25
Octal 21 23 252 132 131 0 41 357 122 45
Binary 10001 10011 10101010 1011010 1011001 0 100001 11101111 1010010 100101

Color Harmonies of #1113AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1113AA

Black with #1113AA

Text Example


Text Example

White with #1113AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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