#120575

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

Shades of Navy #120575

Tints of Navy #120575

Color information

#120575 (or 0x120575) is unknown color: approx Navy. HEX triplet: 12, 05 and 75. RGB value is (18,5,117). Sum of RGB (Red+Green+Blue) = 18+5+117=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 117 (46.09% from 255 or 83.57% from 140); Max value from RGB is 117 - color contains mainly: blue. Hex color #120575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120575 is #EDFA8A. Grayscale: #151515. Windows color (decimal): -15596171 or 7669010. OLE color: 7669010.

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

Color convert

RGB185117-
CMYK0.850.9600.54
HSL246.96º91.8%23.92%-
HSV(B)246.96º95.73%45.88%-
XYZ3.511.5216.94-
YUV21.66181.81125.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 117 (46.09% from 255) = 83.57%
R=12.86%
G=3.57%
B=83.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1851170.850.9600.54246.9691.823.92
Hex125755560036f75c18
Octal22516512514006636713430
Binary10010101111010110101011100000011011011110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120575; }

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

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

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

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

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

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

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

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