Html Css Color HEX #405F91 Mariner

📋 copy color: '#405F91'

red 64 ◦ green 95 ◦ blue 145

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

Shades of Mariner #405F91

Tints of Mariner #405F91

RGB

 RED value IS 64 (25.39% from 255) = 21.05%

 GREEN value IS 95 (37.5% from 255) = 31.25%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 21.05%
G = 31.25%
B = 47.7%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405F91 (or 0x405F91) is known color: Mariner. HEX triplet: 40, 5F and 91. RGB value is (64,95,145). Sum of RGB (Red+Green+Blue) = 64+95+145=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #405F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F91 is #BFA06E. Grayscale: #5B5B5B. Windows color (decimal): -12558447 or 9527104. OLE color: 9527104.

HSL color Cylindrical-coordinate representation of color #405F91: hue angle of 217.04º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405F91 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 95 145 -
CMYK 0.56 0.34 0 0.43
HSL 217.04º 0.39% 0.41% -
HSV(B) 217.04º 0.56% 0.57% -
XYZ 11.32 11.32 28.38 -
YUV 91.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 64 95 145 0.56 0.34 0 0.43 217.04 0.39 0.41
Hex 40 5F 91 38 22 0 2B D9 27 29
Octal 100 137 221 70 42 0 53 331 47 51
Binary 1000000 1011111 10010001 111000 100010 0 101011 11011001 100111 101001

Color Harmonies of #405F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F91

Black with #405F91

Text Example


Text Example

White with #405F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405F91; }

 p { color: rgb(64,95,145); }

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

background-color css

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

 a { background-color: rgb(64,95,145); }

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

border-color css

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

 span { border-color: rgb(64,95,145); }

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