#415F93

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

Shades of Mariner #415F93

Tints of Mariner #415F93

Color information

#415F93 (or 0x415F93) is unknown color: approx Mariner. HEX triplet: 41, 5F and 93. RGB value is (65,95,147). Sum of RGB (Red+Green+Blue) = 65+95+147=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #415F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F93 is #BEA06C. Grayscale: #5B5B5B. Windows color (decimal): -12492909 or 9658177. OLE color: 9658177.

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

Color convert

RGB6595147-
CMYK0.560.3500.42
HSL218.05º38.68%41.57%-
HSV(B)218.05º55.78%57.65%-
XYZ11.5411.4129.2-
YUV91.96159.06108.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=21.17%
G=30.94%
B=47.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65951470.560.3500.42218.0538.6841.57
Hex415F93382302Ada272a
Octal10113722370430523324752
Binary1000001101111110010011111000100011010101011011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,95,147); }

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

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

 a { background-color: rgb(65,95,147); }

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

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

 span { border-color: rgb(65,95,147); }

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