Html Css Color HEX #110374 Navy

📋 copy color: '#110374'

red 17 ◦ green 3 ◦ blue 116

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

Shades of Navy #110374

Tints of Navy #110374

RGB

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

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

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

R = 12.5%
G = 2.21%
B = 85.29%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110374 (or 0x110374) is known color: Navy. HEX triplet: 11, 03 and 74. RGB value is (17,3,116). Sum of RGB (Red+Green+Blue) = 17+3+116=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 116 (45.70% from 255 or 85.29% from 136); Max value from RGB is 116 - color contains mainly: blue. Hex color #110374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110374 is #EEFC8B. Grayscale: #131313. Windows color (decimal): -15662220 or 7602961. OLE color: 7602961.

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

Color convert

RGB 17 3 116 -
CMYK 0.85 0.97 0 0.55
HSL 247.43º 0.95% 0.23% -
HSV(B) 247.43º 0.97% 0.45% -
XYZ 3.42 1.45 16.62 -
YUV 20.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 17 3 116 0.85 0.97 0 0.55 247.43 0.95 0.23
Hex 11 3 74 55 61 0 37 F7 5F 17
Octal 21 3 164 125 141 0 67 367 137 27
Binary 10001 11 1110100 1010101 1100001 0 110111 11110111 1011111 10111

Color Harmonies of #110374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110374

Black with #110374

Text Example


Text Example

White with #110374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110374; }

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

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

background-color css

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

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

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

border-color css

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

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

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