Html Css Color HEX #415F91 Mariner

📋 copy color: '#415F91'

red 65 ◦ green 95 ◦ blue 145

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

Shades of Mariner #415F91

Tints of Mariner #415F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 145 (57.03% from 255) = 47.54%

R = 21.31%
G = 31.15%
B = 47.54%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#415F91 (or 0x415F91) is known color: Mariner. HEX triplet: 41, 5F and 91. RGB value is (65,95,145). Sum of RGB (Red+Green+Blue) = 65+95+145=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #415F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F91 is #BEA06E. Grayscale: #5B5B5B. Windows color (decimal): -12492911 or 9527105. OLE color: 9527105.

HSL color Cylindrical-coordinate representation of color #415F91: hue angle of 217.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415F91 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 95 145 -
CMYK 0.55 0.34 0 0.43
HSL 217.5º 0.38% 0.41% -
HSV(B) 217.5º 0.55% 0.57% -
XYZ 11.38 11.35 28.38 -
YUV 91.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 65 95 145 0.55 0.34 0 0.43 217.5 0.38 0.41
Hex 41 5F 91 37 22 0 2B DA 26 29
Octal 101 137 221 67 42 0 53 332 46 51
Binary 1000001 1011111 10010001 110111 100010 0 101011 11011010 100110 101001

Color Harmonies of #415F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F91

Black with #415F91

Text Example


Text Example

White with #415F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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