#120475

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

Shades of Navy #120475

Tints of Navy #120475

Color information

#120475 (or 0x120475) is unknown color: approx Navy. HEX triplet: 12, 04 and 75. RGB value is (18,4,117). Sum of RGB (Red+Green+Blue) = 18+4+117=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #120475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120475 is #EDFB8A. Grayscale: #141414. Windows color (decimal): -15596427 or 7668754. OLE color: 7668754.

HSL color Cylindrical-coordinate representation of color #120475: hue angle of 247.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120475 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB184117-
CMYK0.850.9700.54
HSL247.43º93.39%23.73%-
HSV(B)247.43º96.58%45.88%-
XYZ3.51.516.93-
YUV21.07182.14125.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 117 (46.09% from 255) = 84.17%
R=12.95%
G=2.88%
B=84.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1841170.850.9700.54247.4393.3923.73
Hex124755561036f75d18
Octal22416512514106636713530
Binary10010100111010110101011100001011011011110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120475; }

 p { color: rgb(18,4,117); }

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

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

 a { background-color: rgb(18,4,117); }

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

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

 span { border-color: rgb(18,4,117); }

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