Html Css Color HEX #415EAA Mariner

📋 copy color: '#415EAA'

red 65 ◦ green 94 ◦ blue 170

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

Shades of Mariner #415EAA

Tints of Mariner #415EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 19.76%
G = 28.57%
B = 51.67%

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

#415EAA (or 0x415EAA) is known color: Mariner. HEX triplet: 41, 5E and AA. RGB value is (65,94,170). Sum of RGB (Red+Green+Blue) = 65+94+170=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #415EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415EAA is #BEA155. Grayscale: #5D5D5D. Windows color (decimal): -12493142 or 11165249. OLE color: 11165249.

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

Color convert

RGB 65 94 170 -
CMYK 0.62 0.45 0 0.33
HSL 223.43º 0.45% 0.46% -
HSV(B) 223.43º 0.62% 0.67% -
XYZ 13.44 12.03 39.64 -
YUV 93.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 65 94 170 0.62 0.45 0 0.33 223.43 0.45 0.46
Hex 41 5E AA 3E 2D 0 21 DF 2D 2E
Octal 101 136 252 76 55 0 41 337 55 56
Binary 1000001 1011110 10101010 111110 101101 0 100001 11011111 101101 101110

Color Harmonies of #415EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EAA

Black with #415EAA

Text Example


Text Example

White with #415EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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