#120578

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

Shades of Navy #120578

Tints of Navy #120578

Color information

#120578 (or 0x120578) is unknown color: approx Navy. HEX triplet: 12, 05 and 78. RGB value is (18,5,120). Sum of RGB (Red+Green+Blue) = 18+5+120=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #120578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120578 is #EDFA87. Grayscale: #151515. Windows color (decimal): -15596168 or 7865618. OLE color: 7865618.

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

Color convert

RGB185120-
CMYK0.850.9600.53
HSL246.78º92%24.51%-
HSV(B)246.78º95.83%47.06%-
XYZ3.691.5917.88-
YUV22183.31125.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=12.59%
G=3.50%
B=83.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1851200.850.9600.53246.789224.51
Hex125785560035f75c19
Octal22517012514006536713431
Binary10010101111100010101011100000011010111110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120578; }

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

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

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

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

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

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

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

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