Html Css Color HEX #110FAB New Midnight Blue

📋 copy color: '#110FAB'

red 17 ◦ green 15 ◦ blue 171

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

Shades of New Midnight Blue #110FAB

Tints of New Midnight Blue #110FAB

RGB

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

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

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

R = 8.37%
G = 7.39%
B = 84.24%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#110FAB (or 0x110FAB) is known color: New Midnight Blue. HEX triplet: 11, 0F and AB. RGB value is (17,15,171). Sum of RGB (Red+Green+Blue) = 17+15+171=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #110FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110FAB is #EEF054. Grayscale: #202020. Windows color (decimal): -15659093 or 11210513. OLE color: 11210513.

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

Color convert

RGB 17 15 171 -
CMYK 0.90 0.91 0 0.33
HSL 240.77º 0.84% 0.36% -
HSV(B) 240.77º 0.91% 0.67% -
XYZ 7.75 3.4 38.78 -
YUV 33.38 205.66 116.32 -
System Red Green Blue C M Y K H S L
Decimal 17 15 171 0.90 0.91 0 0.33 240.77 0.84 0.36
Hex 11 F AB 5A 5B 0 21 F1 54 24
Octal 21 17 253 132 133 0 41 361 124 44
Binary 10001 1111 10101011 1011010 1011011 0 100001 11110001 1010100 100100

Color Harmonies of #110FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FAB

Black with #110FAB

Text Example


Text Example

White with #110FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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