#415AA0

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

Shades of Mariner #415AA0

Tints of Mariner #415AA0

Color information

#415AA0 (or 0x415AA0) is unknown color: approx Mariner. HEX triplet: 41, 5A and A0. RGB value is (65,90,160). Sum of RGB (Red+Green+Blue) = 65+90+160=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #415AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AA0 is #BEA55F. Grayscale: #5A5A5A. Windows color (decimal): -12494176 or 10508865. OLE color: 10508865.

HSL color Cylindrical-coordinate representation of color #415AA0: hue angle of 224.21º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #415AA0 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6590160-
CMYK0.590.4400.37
HSL224.21º42.22%44.12%-
HSV(B)224.21º59.38%62.75%-
XYZ12.1810.9734.73-
YUV90.5167.22109.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 160 (62.89% from 255) = 50.79%
R=20.63%
G=28.57%
B=50.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal65901600.590.4400.37224.2142.2244.12
Hex415AA03B2C025e02a2c
Octal10113224073540453405254
Binary1000001101101010100000111011101100010010111100000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415AA0; }

 p { color: rgb(65,90,160); }

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

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

 a { background-color: rgb(65,90,160); }

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

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

 span { border-color: rgb(65,90,160); }

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