Html Css Color HEX #110BAA New Midnight Blue

📋 copy color: '#110BAA'

red 17 ◦ green 11 ◦ blue 170

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

Shades of New Midnight Blue #110BAA

Tints of New Midnight Blue #110BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.56%

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

R = 8.59%
G = 5.56%
B = 85.86%

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

#110BAA (or 0x110BAA) is known color: New Midnight Blue. HEX triplet: 11, 0B and AA. RGB value is (17,11,170). Sum of RGB (Red+Green+Blue) = 17+11+170=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 170 (66.80% from 255 or 85.86% from 198); Max value from RGB is 170 - color contains mainly: blue. Hex color #110BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110BAA is #EEF455. Grayscale: #1E1E1E. Windows color (decimal): -15660118 or 11143953. OLE color: 11143953.

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

Color convert

RGB 17 11 170 -
CMYK 0.9 0.94 0 0.33
HSL 242.26º 0.88% 0.35% -
HSV(B) 242.26º 0.94% 0.67% -
XYZ 7.61 3.26 38.26 -
YUV 30.92 206.49 118.07 -
System Red Green Blue C M Y K H S L
Decimal 17 11 170 0.9 0.94 0 0.33 242.26 0.88 0.35
Hex 11 B AA 5A 5E 0 21 F2 58 23
Octal 21 13 252 132 136 0 41 362 130 43
Binary 10001 1011 10101010 1011010 1011110 0 100001 11110010 1011000 100011

Color Harmonies of #110BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BAA

Black with #110BAA

Text Example


Text Example

White with #110BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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