Html Css Color HEX #415C93 Mariner

📋 copy color: '#415C93'

red 65 ◦ green 92 ◦ blue 147

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

Shades of Mariner #415C93

Tints of Mariner #415C93

RGB

 RED value IS 65 (25.78% from 255) = 21.38%

 GREEN value IS 92 (36.33% from 255) = 30.26%

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 21.38%
G = 30.26%
B = 48.36%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#415C93 (or 0x415C93) is known color: Mariner. HEX triplet: 41, 5C and 93. RGB value is (65,92,147). Sum of RGB (Red+Green+Blue) = 65+92+147=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #415C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C93 is #BEA36C. Grayscale: #595959. Windows color (decimal): -12493677 or 9657409. OLE color: 9657409.

HSL color Cylindrical-coordinate representation of color #415C93: hue angle of 220.24º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415C93 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 92 147 -
CMYK 0.56 0.37 0 0.42
HSL 220.24º 0.39% 0.42% -
HSV(B) 220.24º 0.56% 0.58% -
XYZ 11.27 10.88 29.11 -
YUV 90.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 65 92 147 0.56 0.37 0 0.42 220.24 0.39 0.42
Hex 41 5C 93 38 25 0 2A DC 27 2A
Octal 101 134 223 70 45 0 52 334 47 52
Binary 1000001 1011100 10010011 111000 100101 0 101010 11011100 100111 101010

Color Harmonies of #415C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C93

Black with #415C93

Text Example


Text Example

White with #415C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415C93; }

 p { color: rgb(65,92,147); }

 H1.HeaderClassName
 {
   color: #415C93;
 }
 .AnyTagClassName
 {
   color: #415C93;
 }
</style>

background-color css

<style>
 a { background-color: #415C93; }

 a { background-color: rgb(65,92,147); }

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

border-color css

<style>
 span { border-color: #415C93; }

 span { border-color: rgb(65,92,147); }

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