Html Css Color HEX #415BA5 Mariner

📋 copy color: '#415BA5'

red 65 ◦ green 91 ◦ blue 165

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

Shades of Mariner #415BA5

Tints of Mariner #415BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.4%

R = 20.25%
G = 28.35%
B = 51.4%

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

#415BA5 (or 0x415BA5) is known color: Mariner. HEX triplet: 41, 5B and A5. RGB value is (65,91,165). Sum of RGB (Red+Green+Blue) = 65+91+165=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #415BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BA5 is #BEA45A. Grayscale: #5B5B5B. Windows color (decimal): -12493915 or 10836801. OLE color: 10836801.

HSL color Cylindrical-coordinate representation of color #415BA5: hue angle of 224.4º degrees, saturation: 0.43, 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 #415BA5 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 91 165 -
CMYK 0.61 0.45 0 0.35
HSL 224.4º 0.43% 0.45% -
HSV(B) 224.4º 0.61% 0.65% -
XYZ 12.71 11.32 37.11 -
YUV 91.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 65 91 165 0.61 0.45 0 0.35 224.4 0.43 0.45
Hex 41 5B A5 3D 2D 0 23 E0 2B 2D
Octal 101 133 245 75 55 0 43 340 53 55
Binary 1000001 1011011 10100101 111101 101101 0 100011 11100000 101011 101101

Color Harmonies of #415BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415BA5

Black with #415BA5

Text Example


Text Example

White with #415BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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