Html Css Color HEX #110655 Midnight Blue

📋 copy color: '#110655'

red 17 ◦ green 6 ◦ blue 85

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

Shades of Midnight Blue #110655

Tints of Midnight Blue #110655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

 BLUE value IS 85 (33.59% from 255) = 78.7%

R = 15.74%
G = 5.56%
B = 78.7%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#110655 (or 0x110655) is known color: Midnight Blue. HEX triplet: 11, 06 and 55. RGB value is (17,6,85). Sum of RGB (Red+Green+Blue) = 17+6+85=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #110655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110655 is #EEF9AA. Grayscale: #111111. Windows color (decimal): -15661483 or 5572113. OLE color: 5572113.

HSL color Cylindrical-coordinate representation of color #110655: hue angle of 248.35º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110655 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 6 85 -
CMYK 0.80 0.93 0 0.67
HSL 248.35º 0.87% 0.18% -
HSV(B) 248.35º 0.93% 0.33% -
XYZ 1.94 0.91 8.67 -
YUV 18.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 17 6 85 0.80 0.93 0 0.67 248.35 0.87 0.18
Hex 11 6 55 50 5D 0 43 F8 57 12
Octal 21 6 125 120 135 0 103 370 127 22
Binary 10001 110 1010101 1010000 1011101 0 1000011 11111000 1010111 10010

Color Harmonies of #110655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110655

Black with #110655

Text Example


Text Example

White with #110655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110655; }

 p { color: rgb(17,6,85); }

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

background-color css

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

 a { background-color: rgb(17,6,85); }

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

border-color css

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

 span { border-color: rgb(17,6,85); }

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