Html Css Color HEX #110378 Navy

📋 copy color: '#110378'

red 17 ◦ green 3 ◦ blue 120

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

Shades of Navy #110378

Tints of Navy #110378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 12.14%
G = 2.14%
B = 85.71%

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

#110378 (or 0x110378) is known color: Navy. HEX triplet: 11, 03 and 78. RGB value is (17,3,120). Sum of RGB (Red+Green+Blue) = 17+3+120=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #110378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110378 is #EEFC87. Grayscale: #141414. Windows color (decimal): -15662216 or 7865105. OLE color: 7865105.

HSL color Cylindrical-coordinate representation of color #110378: hue angle of 247.18º degrees, saturation: 0.95, 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 #110378 is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 3 120 -
CMYK 0.86 0.98 0 0.53
HSL 247.18º 0.95% 0.24% -
HSV(B) 247.18º 0.98% 0.47% -
XYZ 3.65 1.54 17.87 -
YUV 20.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 17 3 120 0.86 0.98 0 0.53 247.18 0.95 0.24
Hex 11 3 78 56 62 0 35 F7 5F 18
Octal 21 3 170 126 142 0 65 367 137 30
Binary 10001 11 1111000 1010110 1100010 0 110101 11110111 1011111 11000

Color Harmonies of #110378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110378

Black with #110378

Text Example


Text Example

White with #110378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110378; }

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

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

background-color css

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

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

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

border-color css

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

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

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