Html Css Color HEX #1111AB New Midnight Blue

📋 copy color: '#1111AB'

red 17 ◦ green 17 ◦ blue 171

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

Shades of New Midnight Blue #1111AB

Tints of New Midnight Blue #1111AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

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

R = 8.29%
G = 8.29%
B = 83.41%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1111AB (or 0x1111AB) is known color: New Midnight Blue. HEX triplet: 11, 11 and AB. RGB value is (17,17,171). Sum of RGB (Red+Green+Blue) = 17+17+171=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 171 (67.19% from 255 or 83.41% from 205); Max value from RGB is 171 - color contains mainly: blue. Hex color #1111AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1111AB is #EEEE54. Grayscale: #212121. Windows color (decimal): -15658581 or 11211025. OLE color: 11211025.

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

Color convert

RGB 17 17 171 -
CMYK 0.90 0.90 0 0.33
HSL 240º 0.82% 0.37% -
HSV(B) 240º 0.9% 0.67% -
XYZ 7.78 3.46 38.79 -
YUV 34.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 17 17 171 0.90 0.90 0 0.33 240 0.82 0.37
Hex 11 11 AB 5A 5A 0 21 F0 52 25
Octal 21 21 253 132 132 0 41 360 122 45
Binary 10001 10001 10101011 1011010 1011010 0 100001 11110000 1010010 100101

Color Harmonies of #1111AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1111AB

Black with #1111AB

Text Example


Text Example

White with #1111AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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