Html Css Color HEX #110BAB New Midnight Blue

📋 copy color: '#110BAB'

red 17 ◦ green 11 ◦ blue 171

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

Shades of New Midnight Blue #110BAB

Tints of New Midnight Blue #110BAB

RGB

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

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

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

R = 8.54%
G = 5.53%
B = 85.93%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#110BAB (or 0x110BAB) is known color: New Midnight Blue. HEX triplet: 11, 0B and AB. RGB value is (17,11,171). Sum of RGB (Red+Green+Blue) = 17+11+171=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 171 (67.19% from 255 or 85.93% from 199); Max value from RGB is 171 - color contains mainly: blue. Hex color #110BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110BAB is #EEF454. Grayscale: #1E1E1E. Windows color (decimal): -15660117 or 11209489. OLE color: 11209489.

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

Color convert

RGB 17 11 171 -
CMYK 0.90 0.94 0 0.33
HSL 242.25º 0.88% 0.36% -
HSV(B) 242.25º 0.94% 0.67% -
XYZ 7.7 3.3 38.76 -
YUV 31.03 206.99 117.99 -
System Red Green Blue C M Y K H S L
Decimal 17 11 171 0.90 0.94 0 0.33 242.25 0.88 0.36
Hex 11 B AB 5A 5E 0 21 F2 58 24
Octal 21 13 253 132 136 0 41 362 130 44
Binary 10001 1011 10101011 1011010 1011110 0 100001 11110010 1011000 100100

Color Harmonies of #110BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BAB

Black with #110BAB

Text Example


Text Example

White with #110BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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