Html Css Color HEX #41599D Mariner

📋 copy color: '#41599D'

red 65 ◦ green 89 ◦ blue 157

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

Shades of Mariner #41599D

Tints of Mariner #41599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 20.9%
G = 28.62%
B = 50.48%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41599D (or 0x41599D) is known color: Mariner. HEX triplet: 41, 59 and 9D. RGB value is (65,89,157). Sum of RGB (Red+Green+Blue) = 65+89+157=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #41599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41599D is #BEA662. Grayscale: #595959. Windows color (decimal): -12494435 or 10312001. OLE color: 10312001.

HSL color Cylindrical-coordinate representation of color #41599D: hue angle of 224.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41599D is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 89 157 -
CMYK 0.59 0.43 0 0.38
HSL 224.35º 0.41% 0.44% -
HSV(B) 224.35º 0.59% 0.62% -
XYZ 11.84 10.7 33.34 -
YUV 89.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 65 89 157 0.59 0.43 0 0.38 224.35 0.41 0.44
Hex 41 59 9D 3B 2B 0 26 E0 29 2C
Octal 101 131 235 73 53 0 46 340 51 54
Binary 1000001 1011001 10011101 111011 101011 0 100110 11100000 101001 101100

Color Harmonies of #41599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41599D

Black with #41599D

Text Example


Text Example

White with #41599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41599D; }

 p { color: rgb(65,89,157); }

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

background-color css

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

 a { background-color: rgb(65,89,157); }

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

border-color css

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

 span { border-color: rgb(65,89,157); }

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