Html Css Color HEX #110275 Navy

📋 copy color: '#110275'

red 17 ◦ green 2 ◦ blue 117

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

Shades of Navy #110275

Tints of Navy #110275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

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

R = 12.5%
G = 1.47%
B = 86.03%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110275 (or 0x110275) is known color: Navy. HEX triplet: 11, 02 and 75. RGB value is (17,2,117). Sum of RGB (Red+Green+Blue) = 17+2+117=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #110275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110275 is #EEFD8A. Grayscale: #131313. Windows color (decimal): -15662475 or 7668241. OLE color: 7668241.

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

Color convert

RGB 17 2 117 -
CMYK 0.85 0.98 0 0.54
HSL 247.83º 0.97% 0.23% -
HSV(B) 247.83º 0.98% 0.46% -
XYZ 3.46 1.45 16.93 -
YUV 19.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 17 2 117 0.85 0.98 0 0.54 247.83 0.97 0.23
Hex 11 2 75 55 62 0 36 F8 61 17
Octal 21 2 165 125 142 0 66 370 141 27
Binary 10001 10 1110101 1010101 1100010 0 110110 11111000 1100001 10111

Color Harmonies of #110275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110275

Black with #110275

Text Example


Text Example

White with #110275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110275; }

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

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

background-color css

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

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

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

border-color css

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

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

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