#415BA5

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

Shades of Mariner #415BA5

Tints of Mariner #415BA5

Color information

#415BA5 (or 0x415BA5) is unknown color: approx Mariner. HEX triplet: 41, 5B and A5. RGB value is (65,91,165). Sum of RGB (Red+Green+Blue) = 65+91+165=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #415BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BA5 is #BEA45A. Grayscale: #5B5B5B. Windows color (decimal): -12493915 or 10836801. OLE color: 10836801.

HSL color Cylindrical-coordinate representation of color #415BA5: hue angle of 224.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #415BA5 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6591165-
CMYK0.610.4500.35
HSL224.4º43.48%45.1%-
HSV(B)224.4º60.61%64.71%-
XYZ12.7111.3237.11-
YUV91.66169.39108.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 165 (64.84% from 255) = 51.40%
R=20.25%
G=28.35%
B=51.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal65911650.610.4500.35224.443.4845.1
Hex415BA53D2D023e02b2d
Octal10113324575550433405355
Binary1000001101101110100101111101101101010001111100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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