Html Css Color HEX #415C9D Mariner

📋 copy color: '#415C9D'

red 65 ◦ green 92 ◦ blue 157

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

Shades of Mariner #415C9D

Tints of Mariner #415C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50%

R = 20.7%
G = 29.3%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#415C9D (or 0x415C9D) is known color: Mariner. HEX triplet: 41, 5C and 9D. RGB value is (65,92,157). Sum of RGB (Red+Green+Blue) = 65+92+157=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #415C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C9D is #BEA362. Grayscale: #5B5B5B. Windows color (decimal): -12493667 or 10312769. OLE color: 10312769.

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

Color convert

RGB 65 92 157 -
CMYK 0.59 0.41 0 0.38
HSL 222.39º 0.41% 0.44% -
HSV(B) 222.39º 0.59% 0.62% -
XYZ 12.09 11.21 33.43 -
YUV 91.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 65 92 157 0.59 0.41 0 0.38 222.39 0.41 0.44
Hex 41 5C 9D 3B 29 0 26 DE 29 2C
Octal 101 134 235 73 51 0 46 336 51 54
Binary 1000001 1011100 10011101 111011 101001 0 100110 11011110 101001 101100

Color Harmonies of #415C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C9D

Black with #415C9D

Text Example


Text Example

White with #415C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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