Html Css Color HEX #110BAC New Midnight Blue

📋 copy color: '#110BAC'

red 17 ◦ green 11 ◦ blue 172

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

Shades of New Midnight Blue #110BAC

Tints of New Midnight Blue #110BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 86%

R = 8.5%
G = 5.5%
B = 86%

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

#110BAC (or 0x110BAC) is known color: New Midnight Blue. HEX triplet: 11, 0B and AC. RGB value is (17,11,172). Sum of RGB (Red+Green+Blue) = 17+11+172=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #110BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110BAC is #EEF453. Grayscale: #1E1E1E. Windows color (decimal): -15660116 or 11275025. OLE color: 11275025.

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

Color convert

RGB 17 11 172 -
CMYK 0.90 0.94 0 0.33
HSL 242.24º 0.88% 0.36% -
HSV(B) 242.24º 0.94% 0.67% -
XYZ 7.8 3.34 39.26 -
YUV 31.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 17 11 172 0.90 0.94 0 0.33 242.24 0.88 0.36
Hex 11 B AC 5A 5E 0 21 F2 58 24
Octal 21 13 254 132 136 0 41 362 130 44
Binary 10001 1011 10101100 1011010 1011110 0 100001 11110010 1011000 100100

Color Harmonies of #110BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BAC

Black with #110BAC

Text Example


Text Example

White with #110BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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