Html Css Color HEX #110474 Navy

📋 copy color: '#110474'

red 17 ◦ green 4 ◦ blue 116

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

Shades of Navy #110474

Tints of Navy #110474

RGB

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

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

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

R = 12.41%
G = 2.92%
B = 84.67%

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

#110474 (or 0x110474) is known color: Navy. HEX triplet: 11, 04 and 74. RGB value is (17,4,116). Sum of RGB (Red+Green+Blue) = 17+4+116=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #110474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110474 is #EEFB8B. Grayscale: #141414. Windows color (decimal): -15661964 or 7603217. OLE color: 7603217.

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

Color convert

RGB 17 4 116 -
CMYK 0.85 0.97 0 0.55
HSL 246.96º 0.93% 0.24% -
HSV(B) 246.96º 0.97% 0.45% -
XYZ 3.43 1.47 16.63 -
YUV 20.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 17 4 116 0.85 0.97 0 0.55 246.96 0.93 0.24
Hex 11 4 74 55 61 0 37 F7 5D 18
Octal 21 4 164 125 141 0 67 367 135 30
Binary 10001 100 1110100 1010101 1100001 0 110111 11110111 1011101 11000

Color Harmonies of #110474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110474

Black with #110474

Text Example


Text Example

White with #110474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110474; }

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

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

background-color css

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

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

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

border-color css

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

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

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