Html Css Color HEX #110AAA New Midnight Blue

📋 copy color: '#110AAA'

red 17 ◦ green 10 ◦ blue 170

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

Shades of New Midnight Blue #110AAA

Tints of New Midnight Blue #110AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

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

R = 8.63%
G = 5.08%
B = 86.29%

CMYK

 C value IS 0.9

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#110AAA (or 0x110AAA) is known color: New Midnight Blue. HEX triplet: 11, 0A and AA. RGB value is (17,10,170). Sum of RGB (Red+Green+Blue) = 17+10+170=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 170 (66.80% from 255 or 86.29% from 197); Max value from RGB is 170 - color contains mainly: blue. Hex color #110AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110AAA is #EEF555. Grayscale: #1D1D1D. Windows color (decimal): -15660374 or 11143697. OLE color: 11143697.

HSL color Cylindrical-coordinate representation of color #110AAA: hue angle of 242.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110AAA is Cyan = 0.9, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 10 170 -
CMYK 0.9 0.94 0 0.33
HSL 242.63º 0.89% 0.35% -
HSV(B) 242.63º 0.94% 0.67% -
XYZ 7.6 3.24 38.25 -
YUV 30.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 17 10 170 0.9 0.94 0 0.33 242.63 0.89 0.35
Hex 11 A AA 5A 5E 0 21 F3 59 23
Octal 21 12 252 132 136 0 41 363 131 43
Binary 10001 1010 10101010 1011010 1011110 0 100001 11110011 1011001 100011

Color Harmonies of #110AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110AAA

Black with #110AAA

Text Example


Text Example

White with #110AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110AAA; }

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

 H1.HeaderClassName
 {
   color: #110AAA;
 }
 .AnyTagClassName
 {
   color: #110AAA;
 }
</style>

background-color css

<style>
 a { background-color: #110AAA; }

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

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

border-color css

<style>
 span { border-color: #110AAA; }

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

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