Html Css Color HEX #110370 Midnight Blue

📋 copy color: '#110370'

red 17 ◦ green 3 ◦ blue 112

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

Shades of Midnight Blue #110370

Tints of Midnight Blue #110370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 12.88%
G = 2.27%
B = 84.85%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110370 (or 0x110370) is known color: Midnight Blue. HEX triplet: 11, 03 and 70. RGB value is (17,3,112). Sum of RGB (Red+Green+Blue) = 17+3+112=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #110370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110370 is #EEFC8F. Grayscale: #131313. Windows color (decimal): -15662224 or 7340817. OLE color: 7340817.

HSL color Cylindrical-coordinate representation of color #110370: hue angle of 247.71º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110370 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 3 112 -
CMYK 0.85 0.97 0 0.56
HSL 247.71º 0.95% 0.23% -
HSV(B) 247.71º 0.97% 0.44% -
XYZ 3.19 1.35 15.42 -
YUV 19.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 17 3 112 0.85 0.97 0 0.56 247.71 0.95 0.23
Hex 11 3 70 55 61 0 38 F8 5F 17
Octal 21 3 160 125 141 0 70 370 137 27
Binary 10001 11 1110000 1010101 1100001 0 111000 11111000 1011111 10111

Color Harmonies of #110370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110370

Black with #110370

Text Example


Text Example

White with #110370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110370; }

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

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

background-color css

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

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

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

border-color css

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

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

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