Html Css Color HEX #110278 Navy

📋 copy color: '#110278'

red 17 ◦ green 2 ◦ blue 120

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

Shades of Navy #110278

Tints of Navy #110278

RGB

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

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

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

R = 12.23%
G = 1.44%
B = 86.33%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#110278 (or 0x110278) is known color: Navy. HEX triplet: 11, 02 and 78. RGB value is (17,2,120). Sum of RGB (Red+Green+Blue) = 17+2+120=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #110278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110278 is #EEFD87. Grayscale: #131313. Windows color (decimal): -15662472 or 7864849. OLE color: 7864849.

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

Color convert

RGB 17 2 120 -
CMYK 0.86 0.98 0 0.53
HSL 247.63º 0.97% 0.24% -
HSV(B) 247.63º 0.98% 0.47% -
XYZ 3.64 1.52 17.87 -
YUV 19.94 184.47 125.91 -
System Red Green Blue C M Y K H S L
Decimal 17 2 120 0.86 0.98 0 0.53 247.63 0.97 0.24
Hex 11 2 78 56 62 0 35 F8 61 18
Octal 21 2 170 126 142 0 65 370 141 30
Binary 10001 10 1111000 1010110 1100010 0 110101 11111000 1100001 11000

Color Harmonies of #110278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110278

Black with #110278

Text Example


Text Example

White with #110278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110278; }

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

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

background-color css

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

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

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

border-color css

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

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

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