Html Css Color HEX #405F96 Mariner

📋 copy color: '#405F96'

red 64 ◦ green 95 ◦ blue 150

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

Shades of Mariner #405F96

Tints of Mariner #405F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.54%

R = 20.71%
G = 30.74%
B = 48.54%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#405F96 (or 0x405F96) is known color: Mariner. HEX triplet: 40, 5F and 96. RGB value is (64,95,150). Sum of RGB (Red+Green+Blue) = 64+95+150=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #405F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F96 is #BFA069. Grayscale: #5B5B5B. Windows color (decimal): -12558442 or 9854784. OLE color: 9854784.

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

Color convert

RGB 64 95 150 -
CMYK 0.57 0.37 0 0.41
HSL 218.37º 0.4% 0.42% -
HSV(B) 218.37º 0.57% 0.59% -
XYZ 11.71 11.48 30.45 -
YUV 92 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 64 95 150 0.57 0.37 0 0.41 218.37 0.4 0.42
Hex 40 5F 96 39 25 0 29 DA 28 2A
Octal 100 137 226 71 45 0 51 332 50 52
Binary 1000000 1011111 10010110 111001 100101 0 101001 11011010 101000 101010

Color Harmonies of #405F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F96

Black with #405F96

Text Example


Text Example

White with #405F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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