Html Css Color HEX #415DAD Mariner

📋 copy color: '#415DAD'

red 65 ◦ green 93 ◦ blue 173

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

Shades of Mariner #415DAD

Tints of Mariner #415DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 19.64%
G = 28.1%
B = 52.27%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#415DAD (or 0x415DAD) is known color: Mariner. HEX triplet: 41, 5D and AD. RGB value is (65,93,173). Sum of RGB (Red+Green+Blue) = 65+93+173=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #415DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415DAD is #BEA252. Grayscale: #5D5D5D. Windows color (decimal): -12493395 or 11361601. OLE color: 11361601.

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

Color convert

RGB 65 93 173 -
CMYK 0.62 0.46 0 0.32
HSL 224.44º 0.45% 0.47% -
HSV(B) 224.44º 0.62% 0.68% -
XYZ 13.64 11.97 41.13 -
YUV 93.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 65 93 173 0.62 0.46 0 0.32 224.44 0.45 0.47
Hex 41 5D AD 3E 2E 0 20 E0 2D 2F
Octal 101 135 255 76 56 0 40 340 55 57
Binary 1000001 1011101 10101101 111110 101110 0 100000 11100000 101101 101111

Color Harmonies of #415DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DAD

Black with #415DAD

Text Example


Text Example

White with #415DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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