Html Css Color HEX #415899 Mariner

📋 copy color: '#415899'

red 65 ◦ green 88 ◦ blue 153

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

Shades of Mariner #415899

Tints of Mariner #415899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 21.24%
G = 28.76%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#415899 (or 0x415899) is known color: Mariner. HEX triplet: 41, 58 and 99. RGB value is (65,88,153). Sum of RGB (Red+Green+Blue) = 65+88+153=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #415899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415899 is #BEA766. Grayscale: #585858. Windows color (decimal): -12494695 or 10049601. OLE color: 10049601.

HSL color Cylindrical-coordinate representation of color #415899: hue angle of 224.32º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #415899 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 88 153 -
CMYK 0.58 0.42 0 0.4
HSL 224.32º 0.4% 0.43% -
HSV(B) 224.32º 0.58% 0.6% -
XYZ 11.42 10.4 31.54 -
YUV 88.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 65 88 153 0.58 0.42 0 0.4 224.32 0.4 0.43
Hex 41 58 99 3A 2A 0 28 E0 28 2B
Octal 101 130 231 72 52 0 50 340 50 53
Binary 1000001 1011000 10011001 111010 101010 0 101000 11100000 101000 101011

Color Harmonies of #415899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415899

Black with #415899

Text Example


Text Example

White with #415899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415899; }

 p { color: rgb(65,88,153); }

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

background-color css

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

 a { background-color: rgb(65,88,153); }

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

border-color css

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

 span { border-color: rgb(65,88,153); }

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