Html Css Color HEX #110174 Navy

📋 copy color: '#110174'

red 17 ◦ green 1 ◦ blue 116

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

Shades of Navy #110174

Tints of Navy #110174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 12.69%
G = 0.75%
B = 86.57%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110174 (or 0x110174) is known color: Navy. HEX triplet: 11, 01 and 74. RGB value is (17,1,116). Sum of RGB (Red+Green+Blue) = 17+1+116=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #110174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110174 is #EEFE8B. Grayscale: #121212. Windows color (decimal): -15662732 or 7602449. OLE color: 7602449.

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

Color convert

RGB 17 1 116 -
CMYK 0.85 0.99 0 0.55
HSL 248.35º 0.98% 0.23% -
HSV(B) 248.35º 0.99% 0.45% -
XYZ 3.39 1.4 16.61 -
YUV 18.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 17 1 116 0.85 0.99 0 0.55 248.35 0.98 0.23
Hex 11 1 74 55 63 0 37 F8 62 17
Octal 21 1 164 125 143 0 67 370 142 27
Binary 10001 1 1110100 1010101 1100011 0 110111 11111000 1100010 10111

Color Harmonies of #110174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110174

Black with #110174

Text Example


Text Example

White with #110174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110174; }

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

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

background-color css

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

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

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

border-color css

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

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

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