Html Css Color HEX #110FAA New Midnight Blue

📋 copy color: '#110FAA'

red 17 ◦ green 15 ◦ blue 170

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

Shades of New Midnight Blue #110FAA

Tints of New Midnight Blue #110FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

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

R = 8.42%
G = 7.43%
B = 84.16%

CMYK

 C value IS 0.9

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#110FAA (or 0x110FAA) is known color: New Midnight Blue. HEX triplet: 11, 0F and AA. RGB value is (17,15,170). Sum of RGB (Red+Green+Blue) = 17+15+170=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 170 (66.80% from 255 or 84.16% from 202); Max value from RGB is 170 - color contains mainly: blue. Hex color #110FAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110FAA is #EEF055. Grayscale: #202020. Windows color (decimal): -15659094 or 11144977. OLE color: 11144977.

HSL color Cylindrical-coordinate representation of color #110FAA: hue angle of 240.77º degrees, saturation: 0.84, 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 #110FAA is Cyan = 0.9, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 15 170 -
CMYK 0.9 0.91 0 0.33
HSL 240.77º 0.84% 0.36% -
HSV(B) 240.77º 0.91% 0.67% -
XYZ 7.66 3.36 38.28 -
YUV 33.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 17 15 170 0.9 0.91 0 0.33 240.77 0.84 0.36
Hex 11 F AA 5A 5B 0 21 F1 54 24
Octal 21 17 252 132 133 0 41 361 124 44
Binary 10001 1111 10101010 1011010 1011011 0 100001 11110001 1010100 100100

Color Harmonies of #110FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FAA

Black with #110FAA

Text Example


Text Example

White with #110FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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