Html Css Color HEX #415C97 Mariner

📋 copy color: '#415C97'

red 65 ◦ green 92 ◦ blue 151

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

Shades of Mariner #415C97

Tints of Mariner #415C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 21.1%
G = 29.87%
B = 49.03%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#415C97 (or 0x415C97) is known color: Mariner. HEX triplet: 41, 5C and 97. RGB value is (65,92,151). Sum of RGB (Red+Green+Blue) = 65+92+151=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #415C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C97 is #BEA368. Grayscale: #5A5A5A. Windows color (decimal): -12493673 or 9919553. OLE color: 9919553.

HSL color Cylindrical-coordinate representation of color #415C97: hue angle of 221.16º 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 #415C97 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 92 151 -
CMYK 0.57 0.39 0 0.41
HSL 221.16º 0.4% 0.42% -
HSV(B) 221.16º 0.57% 0.59% -
XYZ 11.59 11.01 30.79 -
YUV 90.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 65 92 151 0.57 0.39 0 0.41 221.16 0.4 0.42
Hex 41 5C 97 39 27 0 29 DD 28 2A
Octal 101 134 227 71 47 0 51 335 50 52
Binary 1000001 1011100 10010111 111001 100111 0 101001 11011101 101000 101010

Color Harmonies of #415C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C97

Black with #415C97

Text Example


Text Example

White with #415C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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