#415E9B

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

Shades of Mariner #415E9B

Tints of Mariner #415E9B

Color information

#415E9B (or 0x415E9B) is unknown color: approx Mariner. HEX triplet: 41, 5E and 9B. RGB value is (65,94,155). Sum of RGB (Red+Green+Blue) = 65+94+155=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #415E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415E9B is #BEA164. Grayscale: #5C5C5C. Windows color (decimal): -12493157 or 10182209. OLE color: 10182209.

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

Color convert

RGB6594155-
CMYK0.580.3900.39
HSL220.67º40.91%43.14%-
HSV(B)220.67º58.06%60.78%-
XYZ12.111.532.59-
YUV92.28163.39108.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=20.70%
G=29.94%
B=49.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65941550.580.3900.39220.6740.9143.14
Hex415E9B3A27027dd292b
Octal10113623372470473355153
Binary1000001101111010011011111010100111010011111011101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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