Html Css Color HEX #415DAC Mariner

📋 copy color: '#415DAC'

red 65 ◦ green 93 ◦ blue 172

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

Shades of Mariner #415DAC

Tints of Mariner #415DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 19.7%
G = 28.18%
B = 52.12%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#415DAC (or 0x415DAC) is known color: Mariner. HEX triplet: 41, 5D and AC. RGB value is (65,93,172). Sum of RGB (Red+Green+Blue) = 65+93+172=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #415DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415DAC is #BEA253. Grayscale: #5D5D5D. Windows color (decimal): -12493396 or 11296065. OLE color: 11296065.

HSL color Cylindrical-coordinate representation of color #415DAC: hue angle of 224.3º 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 #415DAC is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 93 172 -
CMYK 0.62 0.46 0 0.33
HSL 224.3º 0.45% 0.46% -
HSV(B) 224.3º 0.62% 0.67% -
XYZ 13.54 11.93 40.62 -
YUV 93.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 65 93 172 0.62 0.46 0 0.33 224.3 0.45 0.46
Hex 41 5D AC 3E 2E 0 21 E0 2D 2E
Octal 101 135 254 76 56 0 41 340 55 56
Binary 1000001 1011101 10101100 111110 101110 0 100001 11100000 101101 101110

Color Harmonies of #415DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DAC

Black with #415DAC

Text Example


Text Example

White with #415DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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