Html Css Color HEX #110074 Navy

📋 copy color: '#110074'

red 17 ◦ green 0 ◦ blue 116

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

Shades of Navy #110074

Tints of Navy #110074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 12.78%
G = 0%
B = 87.22%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110074 (or 0x110074) is known color: Navy. HEX triplet: 11, 00 and 74. RGB value is (17,0,116). Sum of RGB (Red+Green+Blue) = 17+0+116=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 116 (45.70% from 255 or 87.22% from 133); Max value from RGB is 116 - color contains mainly: blue. Hex color #110074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110074 is #EEFF8B. Grayscale: #111111. Windows color (decimal): -15662988 or 7602193. OLE color: 7602193.

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

Color convert

RGB 17 0 116 -
CMYK 0.85 1 0 0.55
HSL 248.79º 1% 0.23% -
HSV(B) 248.79º 1% 0.45% -
XYZ 3.38 1.38 16.61 -
YUV 18.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 17 0 116 0.85 1 0 0.55 248.79 1 0.23
Hex 11 0 74 55 64 0 37 F9 64 17
Octal 21 0 164 125 144 0 67 371 144 27
Binary 10001 0 1110100 1010101 1100100 0 110111 11111001 1100100 10111

Color Harmonies of #110074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110074

Black with #110074

Text Example


Text Example

White with #110074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110074; }

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

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

background-color css

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

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

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

border-color css

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

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

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