Html Css Color HEX #415CA9 Mariner

📋 copy color: '#415CA9'

red 65 ◦ green 92 ◦ blue 169

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

Shades of Mariner #415CA9

Tints of Mariner #415CA9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 169 (66.41% from 255) = 51.84%

R = 19.94%
G = 28.22%
B = 51.84%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#415CA9 (or 0x415CA9) is known color: Mariner. HEX triplet: 41, 5C and A9. RGB value is (65,92,169). Sum of RGB (Red+Green+Blue) = 65+92+169=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #415CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CA9 is #BEA356. Grayscale: #5C5C5C. Windows color (decimal): -12493655 or 11099201. OLE color: 11099201.

HSL color Cylindrical-coordinate representation of color #415CA9: hue angle of 224.42º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #415CA9 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 92 169 -
CMYK 0.62 0.46 0 0.34
HSL 224.42º 0.44% 0.46% -
HSV(B) 224.42º 0.62% 0.66% -
XYZ 13.17 11.64 39.09 -
YUV 92.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 65 92 169 0.62 0.46 0 0.34 224.42 0.44 0.46
Hex 41 5C A9 3E 2E 0 22 E0 2C 2E
Octal 101 134 251 76 56 0 42 340 54 56
Binary 1000001 1011100 10101001 111110 101110 0 100010 11100000 101100 101110

Color Harmonies of #415CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415CA9

Black with #415CA9

Text Example


Text Example

White with #415CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,92,169); }

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

background-color css

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

 a { background-color: rgb(65,92,169); }

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

border-color css

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

 span { border-color: rgb(65,92,169); }

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