Html Css Color HEX #41599C Mariner

📋 copy color: '#41599C'

red 65 ◦ green 89 ◦ blue 156

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

Shades of Mariner #41599C

Tints of Mariner #41599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.32%

R = 20.97%
G = 28.71%
B = 50.32%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41599C (or 0x41599C) is known color: Mariner. HEX triplet: 41, 59 and 9C. RGB value is (65,89,156). Sum of RGB (Red+Green+Blue) = 65+89+156=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #41599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41599C is #BEA663. Grayscale: #595959. Windows color (decimal): -12494436 or 10246465. OLE color: 10246465.

HSL color Cylindrical-coordinate representation of color #41599C: hue angle of 224.18º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41599C is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 89 156 -
CMYK 0.58 0.43 0 0.39
HSL 224.18º 0.41% 0.43% -
HSV(B) 224.18º 0.58% 0.61% -
XYZ 11.75 10.67 32.89 -
YUV 89.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 65 89 156 0.58 0.43 0 0.39 224.18 0.41 0.43
Hex 41 59 9C 3A 2B 0 27 E0 29 2B
Octal 101 131 234 72 53 0 47 340 51 53
Binary 1000001 1011001 10011100 111010 101011 0 100111 11100000 101001 101011

Color Harmonies of #41599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41599C

Black with #41599C

Text Example


Text Example

White with #41599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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