Html Css Color HEX #415EAB Mariner

📋 copy color: '#415EAB'

red 65 ◦ green 94 ◦ blue 171

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

Shades of Mariner #415EAB

Tints of Mariner #415EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 19.7%
G = 28.48%
B = 51.82%

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

#415EAB (or 0x415EAB) is known color: Mariner. HEX triplet: 41, 5E and AB. RGB value is (65,94,171). Sum of RGB (Red+Green+Blue) = 65+94+171=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #415EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415EAB is #BEA154. Grayscale: #5D5D5D. Windows color (decimal): -12493141 or 11230785. OLE color: 11230785.

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

Color convert

RGB 65 94 171 -
CMYK 0.62 0.45 0 0.33
HSL 223.58º 0.45% 0.46% -
HSV(B) 223.58º 0.62% 0.67% -
XYZ 13.53 12.07 40.14 -
YUV 94.11 171.39 107.24 -
System Red Green Blue C M Y K H S L
Decimal 65 94 171 0.62 0.45 0 0.33 223.58 0.45 0.46
Hex 41 5E AB 3E 2D 0 21 E0 2D 2E
Octal 101 136 253 76 55 0 41 340 55 56
Binary 1000001 1011110 10101011 111110 101101 0 100001 11100000 101101 101110

Color Harmonies of #415EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EAB

Black with #415EAB

Text Example


Text Example

White with #415EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,94,171); }

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

background-color css

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

 a { background-color: rgb(65,94,171); }

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

border-color css

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

 span { border-color: rgb(65,94,171); }

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