#120677

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

Shades of Navy #120677

Tints of Navy #120677

Color information

#120677 (or 0x120677) is unknown color: approx Navy. HEX triplet: 12, 06 and 77. RGB value is (18,6,119). Sum of RGB (Red+Green+Blue) = 18+6+119=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 119 (46.88% from 255 or 83.22% from 143); Max value from RGB is 119 - color contains mainly: blue. Hex color #120677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120677 is #EDF988. Grayscale: #161616. Windows color (decimal): -15595913 or 7800338. OLE color: 7800338.

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

Color convert

RGB186119-
CMYK0.850.9500.53
HSL246.37º90.4%24.51%-
HSV(B)246.37º94.96%46.67%-
XYZ3.641.5917.57-
YUV22.47182.48124.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 119 (46.88% from 255) = 83.22%
R=12.59%
G=4.20%
B=83.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1861190.850.9500.53246.3790.424.51
Hex12677555F035f65a19
Octal22616712513706536613231
Binary10010110111011110101011011111011010111110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120677; }

 p { color: rgb(18,6,119); }

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

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

 a { background-color: rgb(18,6,119); }

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

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

 span { border-color: rgb(18,6,119); }

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