Html Css Color HEX #1011AA New Midnight Blue

📋 copy color: '#1011AA'

red 16 ◦ green 17 ◦ blue 170

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

Shades of New Midnight Blue #1011AA

Tints of New Midnight Blue #1011AA

RGB

 RED value IS 16 (6.64% from 255) = 7.88%

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

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

R = 7.88%
G = 8.37%
B = 83.74%

CMYK

 C value IS 0.91

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1011AA (or 0x1011AA) is known color: New Midnight Blue. HEX triplet: 10, 11 and AA. RGB value is (16,17,170). Sum of RGB (Red+Green+Blue) = 16+17+170=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 170 (66.80% from 255 or 83.74% from 203); Max value from RGB is 170 - color contains mainly: blue. Hex color #1011AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1011AA is #EFEE55. Grayscale: #212121. Windows color (decimal): -15724118 or 11145488. OLE color: 11145488.

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

Color convert

RGB 16 17 170 -
CMYK 0.91 0.9 0 0.33
HSL 239.61º 0.83% 0.36% -
HSV(B) 239.61º 0.91% 0.67% -
XYZ 7.67 3.41 38.28 -
YUV 34.14 204.67 115.06 -
System Red Green Blue C M Y K H S L
Decimal 16 17 170 0.91 0.9 0 0.33 239.61 0.83 0.36
Hex 10 11 AA 5B 5A 0 21 F0 53 24
Octal 20 21 252 133 132 0 41 360 123 44
Binary 10000 10001 10101010 1011011 1011010 0 100001 11110000 1010011 100100

Color Harmonies of #1011AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1011AA

Black with #1011AA

Text Example


Text Example

White with #1011AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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