Html Css Color HEX #110DAB New Midnight Blue

📋 copy color: '#110DAB'

red 17 ◦ green 13 ◦ blue 171

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

Shades of New Midnight Blue #110DAB

Tints of New Midnight Blue #110DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.47%

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

R = 8.46%
G = 6.47%
B = 85.07%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#110DAB (or 0x110DAB) is known color: New Midnight Blue. HEX triplet: 11, 0D and AB. RGB value is (17,13,171). Sum of RGB (Red+Green+Blue) = 17+13+171=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 171 (67.19% from 255 or 85.07% from 201); Max value from RGB is 171 - color contains mainly: blue. Hex color #110DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110DAB is #EEF254. Grayscale: #1F1F1F. Windows color (decimal): -15659605 or 11210001. OLE color: 11210001.

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

Color convert

RGB 17 13 171 -
CMYK 0.90 0.92 0 0.33
HSL 241.52º 0.86% 0.36% -
HSV(B) 241.52º 0.92% 0.67% -
XYZ 7.73 3.35 38.77 -
YUV 32.21 206.33 117.15 -
System Red Green Blue C M Y K H S L
Decimal 17 13 171 0.90 0.92 0 0.33 241.52 0.86 0.36
Hex 11 D AB 5A 5C 0 21 F2 56 24
Octal 21 15 253 132 134 0 41 362 126 44
Binary 10001 1101 10101011 1011010 1011100 0 100001 11110010 1010110 100100

Color Harmonies of #110DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DAB

Black with #110DAB

Text Example


Text Example

White with #110DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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