Html Css Color HEX #1101AB New Midnight Blue

📋 copy color: '#1101AB'

red 17 ◦ green 1 ◦ blue 171

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

Shades of New Midnight Blue #1101AB

Tints of New Midnight Blue #1101AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 8.99%
G = 0.53%
B = 90.48%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1101AB (or 0x1101AB) is known color: New Midnight Blue. HEX triplet: 11, 01 and AB. RGB value is (17,1,171). Sum of RGB (Red+Green+Blue) = 17+1+171=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 171 (67.19% from 255 or 90.48% from 189); Max value from RGB is 171 - color contains mainly: blue. Hex color #1101AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1101AB is #EEFE54. Grayscale: #181818. Windows color (decimal): -15662677 or 11206929. OLE color: 11206929.

HSL color Cylindrical-coordinate representation of color #1101AB: hue angle of 245.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1101AB is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 1 171 -
CMYK 0.90 0.99 0 0.33
HSL 245.65º 0.99% 0.34% -
HSV(B) 245.65º 0.99% 0.67% -
XYZ 7.59 3.08 38.72 -
YUV 25.16 210.3 122.18 -
System Red Green Blue C M Y K H S L
Decimal 17 1 171 0.90 0.99 0 0.33 245.65 0.99 0.34
Hex 11 1 AB 5A 63 0 21 F6 63 22
Octal 21 1 253 132 143 0 41 366 143 42
Binary 10001 1 10101011 1011010 1100011 0 100001 11110110 1100011 100010

Color Harmonies of #1101AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1101AB

Black with #1101AB

Text Example


Text Example

White with #1101AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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