Html Css Color HEX #110F70 Midnight Blue

📋 copy color: '#110F70'

red 17 ◦ green 15 ◦ blue 112

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

Shades of Midnight Blue #110F70

Tints of Midnight Blue #110F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 77.78%

R = 11.81%
G = 10.42%
B = 77.78%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110F70 (or 0x110F70) is known color: Midnight Blue. HEX triplet: 11, 0F and 70. RGB value is (17,15,112). Sum of RGB (Red+Green+Blue) = 17+15+112=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #110F70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F70 is #EEF08F. Grayscale: #1A1A1A. Windows color (decimal): -15659152 or 7343889. OLE color: 7343889.

HSL color Cylindrical-coordinate representation of color #110F70: hue angle of 241.24º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110F70 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 15 112 -
CMYK 0.85 0.87 0 0.56
HSL 241.24º 0.76% 0.25% -
HSV(B) 241.24º 0.87% 0.44% -
XYZ 3.33 1.63 15.47 -
YUV 26.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 17 15 112 0.85 0.87 0 0.56 241.24 0.76 0.25
Hex 11 F 70 55 57 0 38 F1 4C 19
Octal 21 17 160 125 127 0 70 361 114 31
Binary 10001 1111 1110000 1010101 1010111 0 111000 11110001 1001100 11001

Color Harmonies of #110F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F70

Black with #110F70

Text Example


Text Example

White with #110F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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