#415BAD

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

Shades of Mariner #415BAD

Tints of Mariner #415BAD

Color information

#415BAD (or 0x415BAD) is unknown color: approx Mariner. HEX triplet: 41, 5B and AD. RGB value is (65,91,173). Sum of RGB (Red+Green+Blue) = 65+91+173=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #415BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BAD is #BEA452. Grayscale: #5C5C5C. Windows color (decimal): -12493907 or 11361089. OLE color: 11361089.

HSL color Cylindrical-coordinate representation of color #415BAD: hue angle of 225.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #415BAD is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6591173-
CMYK0.620.4700.32
HSL225.56º45.38%46.67%-
HSV(B)225.56º62.43%67.84%-
XYZ13.4611.6241.07-
YUV92.57173.39108.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=19.76%
G=27.66%
B=52.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65911730.620.4700.32225.5645.3846.67
Hex415BAD3E2F020e22d2f
Octal10113325576570403425557
Binary1000001101101110101101111110101111010000011100010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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