Html Css Color HEX #110355 Midnight Blue

📋 copy color: '#110355'

red 17 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #110355

Tints of Midnight Blue #110355

RGB

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

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

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

R = 16.19%
G = 2.86%
B = 80.95%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#110355 (or 0x110355) is known color: Midnight Blue. HEX triplet: 11, 03 and 55. RGB value is (17,3,85). Sum of RGB (Red+Green+Blue) = 17+3+85=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 85 (33.59% from 255 or 80.95% from 105); Max value from RGB is 85 - color contains mainly: blue. Hex color #110355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110355 is #EEFCAA. Grayscale: #101010. Windows color (decimal): -15662251 or 5571345. OLE color: 5571345.

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

Color convert

RGB 17 3 85 -
CMYK 0.80 0.96 0 0.67
HSL 250.24º 0.93% 0.17% -
HSV(B) 250.24º 0.96% 0.33% -
XYZ 1.9 0.84 8.66 -
YUV 16.53 166.64 128.33 -
System Red Green Blue C M Y K H S L
Decimal 17 3 85 0.80 0.96 0 0.67 250.24 0.93 0.17
Hex 11 3 55 50 60 0 43 FA 5D 11
Octal 21 3 125 120 140 0 103 372 135 21
Binary 10001 11 1010101 1010000 1100000 0 1000011 11111010 1011101 10001

Color Harmonies of #110355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110355

Black with #110355

Text Example


Text Example

White with #110355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110355; }

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

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

background-color css

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

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

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

border-color css

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

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

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