Html Css Color HEX #405FA9 Mariner

📋 copy color: '#405FA9'

red 64 ◦ green 95 ◦ blue 169

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

Shades of Mariner #405FA9

Tints of Mariner #405FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.52%

R = 19.51%
G = 28.96%
B = 51.52%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#405FA9 (or 0x405FA9) is known color: Mariner. HEX triplet: 40, 5F and A9. RGB value is (64,95,169). Sum of RGB (Red+Green+Blue) = 64+95+169=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #405FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405FA9 is #BFA056. Grayscale: #5D5D5D. Windows color (decimal): -12558423 or 11099968. OLE color: 11099968.

HSL color Cylindrical-coordinate representation of color #405FA9: hue angle of 222.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405FA9 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 95 169 -
CMYK 0.62 0.44 0 0.34
HSL 222.29º 0.45% 0.46% -
HSV(B) 222.29º 0.62% 0.66% -
XYZ 13.37 12.14 39.17 -
YUV 94.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 64 95 169 0.62 0.44 0 0.34 222.29 0.45 0.46
Hex 40 5F A9 3E 2C 0 22 DE 2D 2E
Octal 100 137 251 76 54 0 42 336 55 56
Binary 1000000 1011111 10101001 111110 101100 0 100010 11011110 101101 101110

Color Harmonies of #405FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405FA9

Black with #405FA9

Text Example


Text Example

White with #405FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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