Html Css Color HEX #405D9B Mariner

📋 copy color: '#405D9B'

red 64 ◦ green 93 ◦ blue 155

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

Shades of Mariner #405D9B

Tints of Mariner #405D9B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 20.51%
G = 29.81%
B = 49.68%

CMYK

 C value IS 0.59

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#405D9B (or 0x405D9B) is known color: Mariner. HEX triplet: 40, 5D and 9B. RGB value is (64,93,155). Sum of RGB (Red+Green+Blue) = 64+93+155=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #405D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405D9B is #BFA264. Grayscale: #5B5B5B. Windows color (decimal): -12558949 or 10181952. OLE color: 10181952.

HSL color Cylindrical-coordinate representation of color #405D9B: hue angle of 220.88º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #405D9B is Cyan = 0.59, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 93 155 -
CMYK 0.59 0.4 0 0.39
HSL 220.88º 0.42% 0.43% -
HSV(B) 220.88º 0.59% 0.61% -
XYZ 11.95 11.29 32.56 -
YUV 91.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 64 93 155 0.59 0.4 0 0.39 220.88 0.42 0.43
Hex 40 5D 9B 3B 28 0 27 DD 2A 2B
Octal 100 135 233 73 50 0 47 335 52 53
Binary 1000000 1011101 10011011 111011 101000 0 100111 11011101 101010 101011

Color Harmonies of #405D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405D9B

Black with #405D9B

Text Example


Text Example

White with #405D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,93,155); }

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

background-color css

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

 a { background-color: rgb(64,93,155); }

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

border-color css

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

 span { border-color: rgb(64,93,155); }

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