Html Css Color HEX #41569F Mariner

📋 copy color: '#41569F'

red 65 ◦ green 86 ◦ blue 159

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

Shades of Mariner #41569F

Tints of Mariner #41569F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 20.97%
G = 27.74%
B = 51.29%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41569F (or 0x41569F) is known color: Mariner. HEX triplet: 41, 56 and 9F. RGB value is (65,86,159). Sum of RGB (Red+Green+Blue) = 65+86+159=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #41569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41569F is #BEA960. Grayscale: #575757. Windows color (decimal): -12495201 or 10442305. OLE color: 10442305.

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

Color convert

RGB 65 86 159 -
CMYK 0.59 0.46 0 0.38
HSL 226.6º 0.42% 0.44% -
HSV(B) 226.6º 0.59% 0.62% -
XYZ 11.77 10.28 34.17 -
YUV 88.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 65 86 159 0.59 0.46 0 0.38 226.6 0.42 0.44
Hex 41 56 9F 3B 2E 0 26 E3 2A 2C
Octal 101 126 237 73 56 0 46 343 52 54
Binary 1000001 1010110 10011111 111011 101110 0 100110 11100011 101010 101100

Color Harmonies of #41569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41569F

Black with #41569F

Text Example


Text Example

White with #41569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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