#415BAB

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

Shades of Mariner #415BAB

Tints of Mariner #415BAB

Color information

#415BAB (or 0x415BAB) is unknown color: approx Mariner. HEX triplet: 41, 5B and AB. RGB value is (65,91,171). Sum of RGB (Red+Green+Blue) = 65+91+171=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #415BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BAB is #BEA454. Grayscale: #5C5C5C. Windows color (decimal): -12493909 or 11230017. OLE color: 11230017.

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

Color convert

RGB6591171-
CMYK0.620.4700.33
HSL225.28º44.92%46.27%-
HSV(B)225.28º61.99%67.06%-
XYZ13.2711.5540.06-
YUV92.35172.39108.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=19.88%
G=27.83%
B=52.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65911710.620.4700.33225.2844.9246.27
Hex415BAB3E2F021e12d2e
Octal10113325376570413415556
Binary1000001101101110101011111110101111010000111100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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