Html Css Color HEX #415BA6 Mariner

📋 copy color: '#415BA6'

red 65 ◦ green 91 ◦ blue 166

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

Shades of Mariner #415BA6

Tints of Mariner #415BA6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

 BLUE value IS 166 (65.23% from 255) = 51.55%

R = 20.19%
G = 28.26%
B = 51.55%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#415BA6 (or 0x415BA6) is known color: Mariner. HEX triplet: 41, 5B and A6. RGB value is (65,91,166). Sum of RGB (Red+Green+Blue) = 65+91+166=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 166 (65.23% from 255 or 51.55% from 322); Max value from RGB is 166 - color contains mainly: blue. Hex color #415BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BA6 is #BEA459. Grayscale: #5B5B5B. Windows color (decimal): -12493914 or 10902337. OLE color: 10902337.

HSL color Cylindrical-coordinate representation of color #415BA6: hue angle of 224.55º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #415BA6 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 91 166 -
CMYK 0.61 0.45 0 0.35
HSL 224.55º 0.44% 0.45% -
HSV(B) 224.55º 0.61% 0.65% -
XYZ 12.8 11.36 37.59 -
YUV 91.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 65 91 166 0.61 0.45 0 0.35 224.55 0.44 0.45
Hex 41 5B A6 3D 2D 0 23 E1 2C 2D
Octal 101 133 246 75 55 0 43 341 54 55
Binary 1000001 1011011 10100110 111101 101101 0 100011 11100001 101100 101101

Color Harmonies of #415BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415BA6

Black with #415BA6

Text Example


Text Example

White with #415BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,91,166); }

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

background-color css

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

 a { background-color: rgb(65,91,166); }

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

border-color css

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

 span { border-color: rgb(65,91,166); }

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