Html Css Color HEX #110478 Navy

📋 copy color: '#110478'

red 17 ◦ green 4 ◦ blue 120

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

Shades of Navy #110478

Tints of Navy #110478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 85.11%

R = 12.06%
G = 2.84%
B = 85.11%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#110478 (or 0x110478) is known color: Navy. HEX triplet: 11, 04 and 78. RGB value is (17,4,120). Sum of RGB (Red+Green+Blue) = 17+4+120=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 120 (47.27% from 255 or 85.11% from 141); Max value from RGB is 120 - color contains mainly: blue. Hex color #110478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110478 is #EEFB87. Grayscale: #141414. Windows color (decimal): -15661960 or 7865361. OLE color: 7865361.

HSL color Cylindrical-coordinate representation of color #110478: hue angle of 246.72º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110478 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 4 120 -
CMYK 0.86 0.97 0 0.53
HSL 246.72º 0.94% 0.24% -
HSV(B) 246.72º 0.97% 0.47% -
XYZ 3.66 1.56 17.88 -
YUV 21.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 17 4 120 0.86 0.97 0 0.53 246.72 0.94 0.24
Hex 11 4 78 56 61 0 35 F7 5E 18
Octal 21 4 170 126 141 0 65 367 136 30
Binary 10001 100 1111000 1010110 1100001 0 110101 11110111 1011110 11000

Color Harmonies of #110478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110478

Black with #110478

Text Example


Text Example

White with #110478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110478; }

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

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

background-color css

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

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

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

border-color css

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

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

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