#120778

Color #120778 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #120778

Tints of Navy #120778

Color information

#120778 (or 0x120778) is unknown color: approx Navy. HEX triplet: 12, 07 and 78. RGB value is (18,7,120). Sum of RGB (Red+Green+Blue) = 18+7+120=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #120778 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120778 is #EDF887. Grayscale: #161616. Windows color (decimal): -15595656 or 7866130. OLE color: 7866130.

HSL color Cylindrical-coordinate representation of color #120778: hue angle of 245.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120778 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB187120-
CMYK0.850.9400.53
HSL245.84º88.98%24.9%-
HSV(B)245.84º94.17%47.06%-
XYZ3.721.6417.89-
YUV23.17182.64124.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 120 (47.27% from 255) = 82.76%
R=12.41%
G=4.83%
B=82.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1871200.850.9400.53245.8488.9824.9
Hex12778555E035f65919
Octal22717012513606536613131
Binary10010111111100010101011011110011010111110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120778; }

 p { color: rgb(18,7,120); }

 H1.HeaderClassName
 {
   color: #120778;
 }
 .AnyTagClassName
 {
   color: #120778;
 }
</style>
background-color css

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

 a { background-color: rgb(18,7,120); }

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

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

 span { border-color: rgb(18,7,120); }

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