Html Css Color HEX #415A97 Mariner

📋 copy color: '#415A97'

red 65 ◦ green 90 ◦ blue 151

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

Shades of Mariner #415A97

Tints of Mariner #415A97

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.41%

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

R = 21.24%
G = 29.41%
B = 49.35%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#415A97 (or 0x415A97) is known color: Mariner. HEX triplet: 41, 5A and 97. RGB value is (65,90,151). Sum of RGB (Red+Green+Blue) = 65+90+151=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #415A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A97 is #BEA568. Grayscale: #595959. Windows color (decimal): -12494185 or 9919041. OLE color: 9919041.

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

Color convert

RGB 65 90 151 -
CMYK 0.57 0.40 0 0.41
HSL 222.56º 0.4% 0.42% -
HSV(B) 222.56º 0.57% 0.59% -
XYZ 11.42 10.67 30.74 -
YUV 89.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 65 90 151 0.57 0.40 0 0.41 222.56 0.4 0.42
Hex 41 5A 97 39 28 0 29 DF 28 2A
Octal 101 132 227 71 50 0 51 337 50 52
Binary 1000001 1011010 10010111 111001 101000 0 101001 11011111 101000 101010

Color Harmonies of #415A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A97

Black with #415A97

Text Example


Text Example

White with #415A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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