Html Css Color HEX #110375 Navy

📋 copy color: '#110375'

red 17 ◦ green 3 ◦ blue 117

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

Shades of Navy #110375

Tints of Navy #110375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 85.4%

R = 12.41%
G = 2.19%
B = 85.4%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110375 (or 0x110375) is known color: Navy. HEX triplet: 11, 03 and 75. RGB value is (17,3,117). Sum of RGB (Red+Green+Blue) = 17+3+117=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #110375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110375 is #EEFC8A. Grayscale: #131313. Windows color (decimal): -15662219 or 7668497. OLE color: 7668497.

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

Color convert

RGB 17 3 117 -
CMYK 0.85 0.97 0 0.54
HSL 247.37º 0.95% 0.24% -
HSV(B) 247.37º 0.97% 0.46% -
XYZ 3.47 1.47 16.93 -
YUV 20.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 17 3 117 0.85 0.97 0 0.54 247.37 0.95 0.24
Hex 11 3 75 55 61 0 36 F7 5F 18
Octal 21 3 165 125 141 0 66 367 137 30
Binary 10001 11 1110101 1010101 1100001 0 110110 11110111 1011111 11000

Color Harmonies of #110375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110375

Black with #110375

Text Example


Text Example

White with #110375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110375; }

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

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

background-color css

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

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

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

border-color css

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

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

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