Html Css Color HEX #110572 Midnight Blue

📋 copy color: '#110572'

red 17 ◦ green 5 ◦ blue 114

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

Shades of Midnight Blue #110572

Tints of Midnight Blue #110572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

 BLUE value IS 114 (44.92% from 255) = 83.82%

R = 12.5%
G = 3.68%
B = 83.82%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110572 (or 0x110572) is known color: Midnight Blue. HEX triplet: 11, 05 and 72. RGB value is (17,5,114). Sum of RGB (Red+Green+Blue) = 17+5+114=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #110572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110572 is #EEFA8D. Grayscale: #141414. Windows color (decimal): -15661710 or 7472401. OLE color: 7472401.

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

Color convert

RGB 17 5 114 -
CMYK 0.85 0.96 0 0.55
HSL 246.61º 0.92% 0.23% -
HSV(B) 246.61º 0.96% 0.45% -
XYZ 3.32 1.44 16.02 -
YUV 21.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 17 5 114 0.85 0.96 0 0.55 246.61 0.92 0.23
Hex 11 5 72 55 60 0 37 F7 5C 17
Octal 21 5 162 125 140 0 67 367 134 27
Binary 10001 101 1110010 1010101 1100000 0 110111 11110111 1011100 10111

Color Harmonies of #110572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110572

Black with #110572

Text Example


Text Example

White with #110572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110572; }

 p { color: rgb(17,5,114); }

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

background-color css

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

 a { background-color: rgb(17,5,114); }

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

border-color css

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

 span { border-color: rgb(17,5,114); }

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