Html Css Color HEX #110273 Navy

📋 copy color: '#110273'

red 17 ◦ green 2 ◦ blue 115

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

Shades of Navy #110273

Tints of Navy #110273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 85.82%

R = 12.69%
G = 1.49%
B = 85.82%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110273 (or 0x110273) is known color: Navy. HEX triplet: 11, 02 and 73. RGB value is (17,2,115). Sum of RGB (Red+Green+Blue) = 17+2+115=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #110273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110273 is #EEFD8C. Grayscale: #121212. Windows color (decimal): -15662477 or 7537169. OLE color: 7537169.

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

Color convert

RGB 17 2 115 -
CMYK 0.85 0.98 0 0.55
HSL 247.96º 0.97% 0.23% -
HSV(B) 247.96º 0.98% 0.45% -
XYZ 3.35 1.4 16.31 -
YUV 19.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 17 2 115 0.85 0.98 0 0.55 247.96 0.97 0.23
Hex 11 2 73 55 62 0 37 F8 61 17
Octal 21 2 163 125 142 0 67 370 141 27
Binary 10001 10 1110011 1010101 1100010 0 110111 11111000 1100001 10111

Color Harmonies of #110273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110273

Black with #110273

Text Example


Text Example

White with #110273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110273; }

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

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

background-color css

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

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

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

border-color css

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

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

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