Html Css Color HEX #405BA5 Mariner

📋 copy color: '#405BA5'

red 64 ◦ green 91 ◦ blue 165

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

Shades of Mariner #405BA5

Tints of Mariner #405BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

 BLUE value IS 165 (64.84% from 255) = 51.56%

R = 20%
G = 28.44%
B = 51.56%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#405BA5 (or 0x405BA5) is known color: Mariner. HEX triplet: 40, 5B and A5. RGB value is (64,91,165). Sum of RGB (Red+Green+Blue) = 64+91+165=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #405BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405BA5 is #BFA45A. Grayscale: #5B5B5B. Windows color (decimal): -12559451 or 10836800. OLE color: 10836800.

HSL color Cylindrical-coordinate representation of color #405BA5: hue angle of 223.96º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #405BA5 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 91 165 -
CMYK 0.61 0.45 0 0.35
HSL 223.96º 0.44% 0.45% -
HSV(B) 223.96º 0.61% 0.65% -
XYZ 12.65 11.29 37.11 -
YUV 91.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 64 91 165 0.61 0.45 0 0.35 223.96 0.44 0.45
Hex 40 5B A5 3D 2D 0 23 E0 2C 2D
Octal 100 133 245 75 55 0 43 340 54 55
Binary 1000000 1011011 10100101 111101 101101 0 100011 11100000 101100 101101

Color Harmonies of #405BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405BA5

Black with #405BA5

Text Example


Text Example

White with #405BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,91,165); }

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

background-color css

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

 a { background-color: rgb(64,91,165); }

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

border-color css

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

 span { border-color: rgb(64,91,165); }

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