Html Css Color HEX #110371 Navy

📋 copy color: '#110371'

red 17 ◦ green 3 ◦ blue 113

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

Shades of Navy #110371

Tints of Navy #110371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 84.96%

R = 12.78%
G = 2.26%
B = 84.96%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110371 (or 0x110371) is known color: Navy. HEX triplet: 11, 03 and 71. RGB value is (17,3,113). Sum of RGB (Red+Green+Blue) = 17+3+113=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 113 (44.53% from 255 or 84.96% from 133); Max value from RGB is 113 - color contains mainly: blue. Hex color #110371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110371 is #EEFC8E. Grayscale: #131313. Windows color (decimal): -15662223 or 7406353. OLE color: 7406353.

HSL color Cylindrical-coordinate representation of color #110371: hue angle of 247.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110371 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 3 113 -
CMYK 0.85 0.97 0 0.56
HSL 247.64º 0.95% 0.23% -
HSV(B) 247.64º 0.97% 0.44% -
XYZ 3.24 1.38 15.72 -
YUV 19.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 17 3 113 0.85 0.97 0 0.56 247.64 0.95 0.23
Hex 11 3 71 55 61 0 38 F8 5F 17
Octal 21 3 161 125 141 0 70 370 137 27
Binary 10001 11 1110001 1010101 1100001 0 111000 11111000 1011111 10111

Color Harmonies of #110371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110371

Black with #110371

Text Example


Text Example

White with #110371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110371; }

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

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

background-color css

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

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

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

border-color css

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

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

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