#415BA0

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

Shades of Mariner #415BA0

Tints of Mariner #415BA0

Color information

#415BA0 (or 0x415BA0) is unknown color: approx Mariner. HEX triplet: 41, 5B and A0. RGB value is (65,91,160). Sum of RGB (Red+Green+Blue) = 65+91+160=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #415BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BA0 is #BEA45F. Grayscale: #5A5A5A. Windows color (decimal): -12493920 or 10509121. OLE color: 10509121.

HSL color Cylindrical-coordinate representation of color #415BA0: hue angle of 223.58º 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 #415BA0 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6591160-
CMYK0.590.4300.37
HSL223.58º42.22%44.12%-
HSV(B)223.58º59.38%62.75%-
XYZ12.2711.1434.76-
YUV91.09166.89109.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 160 (62.89% from 255) = 50.63%
R=20.57%
G=28.80%
B=50.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal65911600.590.4300.37223.5842.2244.12
Hex415BA03B2B025e02a2c
Octal10113324073530453405254
Binary1000001101101110100000111011101011010010111100000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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