#415EB1

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

Shades of Mariner #415EB1

Tints of Mariner #415EB1

Color information

#415EB1 (or 0x415EB1) is unknown color: approx Mariner. HEX triplet: 41, 5E and B1. RGB value is (65,94,177). Sum of RGB (Red+Green+Blue) = 65+94+177=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #415EB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415EB1 is #BEA14E. Grayscale: #5E5E5E. Windows color (decimal): -12493135 or 11624001. OLE color: 11624001.

HSL color Cylindrical-coordinate representation of color #415EB1: hue angle of 224.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415EB1 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6594177-
CMYK0.630.4700.31
HSL224.46º46.28%47.45%-
HSV(B)224.46º63.28%69.41%-
XYZ14.1212.343.23-
YUV94.79174.39106.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 177 (69.53% from 255) = 52.68%
R=19.35%
G=27.98%
B=52.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal65941770.630.4700.31224.4646.2847.45
Hex415EB13F2F01Fe02e2f
Octal10113626177570373405657
Binary100000110111101011000111111110111101111111100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,94,177); }

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

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

 a { background-color: rgb(65,94,177); }

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

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

 span { border-color: rgb(65,94,177); }

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