Html Css Color HEX #405F90 Mariner

📋 copy color: '#405F90'

red 64 ◦ green 95 ◦ blue 144

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

Shades of Mariner #405F90

Tints of Mariner #405F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 21.12%
G = 31.35%
B = 47.52%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#405F90 (or 0x405F90) is known color: Mariner. HEX triplet: 40, 5F and 90. RGB value is (64,95,144). Sum of RGB (Red+Green+Blue) = 64+95+144=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #405F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F90 is #BFA06F. Grayscale: #5B5B5B. Windows color (decimal): -12558448 or 9461568. OLE color: 9461568.

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

Color convert

RGB 64 95 144 -
CMYK 0.56 0.34 0 0.44
HSL 216.75º 0.38% 0.41% -
HSV(B) 216.75º 0.56% 0.56% -
XYZ 11.24 11.29 27.97 -
YUV 91.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 64 95 144 0.56 0.34 0 0.44 216.75 0.38 0.41
Hex 40 5F 90 38 22 0 2C D9 26 29
Octal 100 137 220 70 42 0 54 331 46 51
Binary 1000000 1011111 10010000 111000 100010 0 101100 11011001 100110 101001

Color Harmonies of #405F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F90

Black with #405F90

Text Example


Text Example

White with #405F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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