Html Css Color HEX #415FAC Mariner

📋 copy color: '#415FAC'

red 65 ◦ green 95 ◦ blue 172

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

Shades of Mariner #415FAC

Tints of Mariner #415FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 19.58%
G = 28.61%
B = 51.81%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#415FAC (or 0x415FAC) is known color: Mariner. HEX triplet: 41, 5F and AC. RGB value is (65,95,172). Sum of RGB (Red+Green+Blue) = 65+95+172=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #415FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415FAC is #BEA053. Grayscale: #5E5E5E. Windows color (decimal): -12492884 or 11296577. OLE color: 11296577.

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

Color convert

RGB 65 95 172 -
CMYK 0.62 0.45 0 0.33
HSL 223.18º 0.45% 0.46% -
HSV(B) 223.18º 0.62% 0.67% -
XYZ 13.72 12.29 40.68 -
YUV 94.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 65 95 172 0.62 0.45 0 0.33 223.18 0.45 0.46
Hex 41 5F AC 3E 2D 0 21 DF 2D 2E
Octal 101 137 254 76 55 0 41 337 55 56
Binary 1000001 1011111 10101100 111110 101101 0 100001 11011111 101101 101110

Color Harmonies of #415FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415FAC

Black with #415FAC

Text Example


Text Example

White with #415FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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