Html Css Color HEX #110574 Navy

📋 copy color: '#110574'

red 17 ◦ green 5 ◦ blue 116

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

Shades of Navy #110574

Tints of Navy #110574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 84.06%

R = 12.32%
G = 3.62%
B = 84.06%

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

#110574 (or 0x110574) is known color: Navy. HEX triplet: 11, 05 and 74. RGB value is (17,5,116). Sum of RGB (Red+Green+Blue) = 17+5+116=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #110574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110574 is #EEFA8B. Grayscale: #141414. Windows color (decimal): -15661708 or 7603473. OLE color: 7603473.

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

Color convert

RGB 17 5 116 -
CMYK 0.85 0.96 0 0.55
HSL 246.49º 0.92% 0.24% -
HSV(B) 246.49º 0.96% 0.45% -
XYZ 3.44 1.49 16.63 -
YUV 21.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 17 5 116 0.85 0.96 0 0.55 246.49 0.92 0.24
Hex 11 5 74 55 60 0 37 F6 5C 18
Octal 21 5 164 125 140 0 67 366 134 30
Binary 10001 101 1110100 1010101 1100000 0 110111 11110110 1011100 11000

Color Harmonies of #110574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110574

Black with #110574

Text Example


Text Example

White with #110574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110574; }

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

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

background-color css

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

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

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

border-color css

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

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

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