Html Css Color HEX #415BAE Mariner

📋 copy color: '#415BAE'

red 65 ◦ green 91 ◦ blue 174

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

Shades of Mariner #415BAE

Tints of Mariner #415BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 19.7%
G = 27.58%
B = 52.73%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#415BAE (or 0x415BAE) is known color: Mariner. HEX triplet: 41, 5B and AE. RGB value is (65,91,174). Sum of RGB (Red+Green+Blue) = 65+91+174=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #415BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BAE is #BEA451. Grayscale: #5C5C5C. Windows color (decimal): -12493906 or 11426625. OLE color: 11426625.

HSL color Cylindrical-coordinate representation of color #415BAE: hue angle of 225.69º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415BAE is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 91 174 -
CMYK 0.63 0.48 0 0.32
HSL 225.69º 0.46% 0.47% -
HSV(B) 225.69º 0.63% 0.68% -
XYZ 13.56 11.66 41.58 -
YUV 92.69 173.89 108.25 -
System Red Green Blue C M Y K H S L
Decimal 65 91 174 0.63 0.48 0 0.32 225.69 0.46 0.47
Hex 41 5B AE 3F 30 0 20 E2 2E 2F
Octal 101 133 256 77 60 0 40 342 56 57
Binary 1000001 1011011 10101110 111111 110000 0 100000 11100010 101110 101111

Color Harmonies of #415BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415BAE

Black with #415BAE

Text Example


Text Example

White with #415BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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