Html Css Color HEX #415797 Mariner

📋 copy color: '#415797'

red 65 ◦ green 87 ◦ blue 151

#415797
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #415797

Tints of Mariner #415797

RGB

 RED value IS 65 (25.78% from 255) = 21.45%

 GREEN value IS 87 (34.38% from 255) = 28.71%

 BLUE value IS 151 (59.38% from 255) = 49.83%

R = 21.45%
G = 28.71%
B = 49.83%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#415797 (or 0x415797) is known color: Mariner. HEX triplet: 41, 57 and 97. RGB value is (65,87,151). Sum of RGB (Red+Green+Blue) = 65+87+151=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #415797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415797 is #BEA868. Grayscale: #575757. Windows color (decimal): -12494953 or 9918273. OLE color: 9918273.

HSL color Cylindrical-coordinate representation of color #415797: hue angle of 224.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415797 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 87 151 -
CMYK 0.57 0.42 0 0.41
HSL 224.65º 0.4% 0.42% -
HSV(B) 224.65º 0.57% 0.59% -
XYZ 11.17 10.17 30.65 -
YUV 87.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 65 87 151 0.57 0.42 0 0.41 224.65 0.4 0.42
Hex 41 57 97 39 2A 0 29 E1 28 2A
Octal 101 127 227 71 52 0 51 341 50 52
Binary 1000001 1010111 10010111 111001 101010 0 101001 11100001 101000 101010

Color Harmonies of #415797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415797

Black with #415797

Text Example


Text Example

White with #415797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415797; }

 p { color: rgb(65,87,151); }

 H1.HeaderClassName
 {
   color: #415797;
 }
 .AnyTagClassName
 {
   color: #415797;
 }
</style>

background-color css

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

 a { background-color: rgb(65,87,151); }

 div.DivClassName
 {
   background-color: #415797;
 }
 .BgClassName
 {
   background-color: #415797;
 }
</style>

border-color css

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

 span { border-color: rgb(65,87,151); }

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