Html Css Color HEX #41599F Mariner

📋 copy color: '#41599F'

red 65 ◦ green 89 ◦ blue 159

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

Shades of Mariner #41599F

Tints of Mariner #41599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.8%

R = 20.77%
G = 28.43%
B = 50.8%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41599F (or 0x41599F) is known color: Mariner. HEX triplet: 41, 59 and 9F. RGB value is (65,89,159). Sum of RGB (Red+Green+Blue) = 65+89+159=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #41599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41599F is #BEA660. Grayscale: #595959. Windows color (decimal): -12494433 or 10443073. OLE color: 10443073.

HSL color Cylindrical-coordinate representation of color #41599F: hue angle of 224.68º degrees, saturation: 0.42, 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 #41599F is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 89 159 -
CMYK 0.59 0.44 0 0.38
HSL 224.68º 0.42% 0.44% -
HSV(B) 224.68º 0.59% 0.62% -
XYZ 12.01 10.77 34.25 -
YUV 89.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 65 89 159 0.59 0.44 0 0.38 224.68 0.42 0.44
Hex 41 59 9F 3B 2C 0 26 E1 2A 2C
Octal 101 131 237 73 54 0 46 341 52 54
Binary 1000001 1011001 10011111 111011 101100 0 100110 11100001 101010 101100

Color Harmonies of #41599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41599F

Black with #41599F

Text Example


Text Example

White with #41599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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