Html Css Color HEX #110475 Navy

📋 copy color: '#110475'

red 17 ◦ green 4 ◦ blue 117

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

Shades of Navy #110475

Tints of Navy #110475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 12.32%
G = 2.9%
B = 84.78%

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

#110475 (or 0x110475) is known color: Navy. HEX triplet: 11, 04 and 75. RGB value is (17,4,117). Sum of RGB (Red+Green+Blue) = 17+4+117=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #110475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110475 is #EEFB8A. Grayscale: #141414. Windows color (decimal): -15661963 or 7668753. OLE color: 7668753.

HSL color Cylindrical-coordinate representation of color #110475: hue angle of 246.9º degrees, saturation: 0.93, 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 #110475 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 4 117 -
CMYK 0.85 0.97 0 0.54
HSL 246.9º 0.93% 0.24% -
HSV(B) 246.9º 0.97% 0.46% -
XYZ 3.49 1.49 16.93 -
YUV 20.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 17 4 117 0.85 0.97 0 0.54 246.9 0.93 0.24
Hex 11 4 75 55 61 0 36 F7 5D 18
Octal 21 4 165 125 141 0 66 367 135 30
Binary 10001 100 1110101 1010101 1100001 0 110110 11110111 1011101 11000

Color Harmonies of #110475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110475

Black with #110475

Text Example


Text Example

White with #110475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110475; }

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

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

background-color css

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

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

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

border-color css

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

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

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