Html Css Color HEX #110F7C Midnight Blue

📋 copy color: '#110F7C'

red 17 ◦ green 15 ◦ blue 124

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

Shades of Midnight Blue #110F7C

Tints of Midnight Blue #110F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 79.49%

R = 10.9%
G = 9.62%
B = 79.49%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#110F7C (or 0x110F7C) is known color: Midnight Blue. HEX triplet: 11, 0F and 7C. RGB value is (17,15,124). Sum of RGB (Red+Green+Blue) = 17+15+124=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #110F7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F7C is #EEF083. Grayscale: #1B1B1B. Windows color (decimal): -15659140 or 8130321. OLE color: 8130321.

HSL color Cylindrical-coordinate representation of color #110F7C: hue angle of 241.1º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110F7C is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 15 124 -
CMYK 0.86 0.88 0 0.51
HSL 241.1º 0.78% 0.27% -
HSV(B) 241.1º 0.88% 0.49% -
XYZ 4.04 1.92 19.23 -
YUV 28.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 17 15 124 0.86 0.88 0 0.51 241.1 0.78 0.27
Hex 11 F 7C 56 58 0 33 F1 4E 1B
Octal 21 17 174 126 130 0 63 361 116 33
Binary 10001 1111 1111100 1010110 1011000 0 110011 11110001 1001110 11011

Color Harmonies of #110F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F7C

Black with #110F7C

Text Example


Text Example

White with #110F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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