Html Css Color HEX #110470 Midnight Blue

📋 copy color: '#110470'

red 17 ◦ green 4 ◦ blue 112

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

Shades of Midnight Blue #110470

Tints of Midnight Blue #110470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.01%

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

R = 12.78%
G = 3.01%
B = 84.21%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110470 (or 0x110470) is known color: Midnight Blue. HEX triplet: 11, 04 and 70. RGB value is (17,4,112). Sum of RGB (Red+Green+Blue) = 17+4+112=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #110470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110470 is #EEFB8F. Grayscale: #131313. Windows color (decimal): -15661968 or 7341073. OLE color: 7341073.

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

Color convert

RGB 17 4 112 -
CMYK 0.85 0.96 0 0.56
HSL 247.22º 0.93% 0.23% -
HSV(B) 247.22º 0.96% 0.44% -
XYZ 3.2 1.38 15.43 -
YUV 20.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 17 4 112 0.85 0.96 0 0.56 247.22 0.93 0.23
Hex 11 4 70 55 60 0 38 F7 5D 17
Octal 21 4 160 125 140 0 70 367 135 27
Binary 10001 100 1110000 1010101 1100000 0 111000 11110111 1011101 10111

Color Harmonies of #110470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110470

Black with #110470

Text Example


Text Example

White with #110470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110470; }

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

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

background-color css

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

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

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

border-color css

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

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

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