Html Css Color HEX #415F9B Mariner

📋 copy color: '#415F9B'

red 65 ◦ green 95 ◦ blue 155

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

Shades of Mariner #415F9B

Tints of Mariner #415F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 20.63%
G = 30.16%
B = 49.21%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#415F9B (or 0x415F9B) is known color: Mariner. HEX triplet: 41, 5F and 9B. RGB value is (65,95,155). Sum of RGB (Red+Green+Blue) = 65+95+155=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #415F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F9B is #BEA064. Grayscale: #5C5C5C. Windows color (decimal): -12492901 or 10182465. OLE color: 10182465.

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

Color convert

RGB 65 95 155 -
CMYK 0.58 0.39 0 0.39
HSL 220º 0.41% 0.43% -
HSV(B) 220º 0.58% 0.61% -
XYZ 12.19 11.67 32.62 -
YUV 92.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 65 95 155 0.58 0.39 0 0.39 220 0.41 0.43
Hex 41 5F 9B 3A 27 0 27 DC 29 2B
Octal 101 137 233 72 47 0 47 334 51 53
Binary 1000001 1011111 10011011 111010 100111 0 100111 11011100 101001 101011

Color Harmonies of #415F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F9B

Black with #415F9B

Text Example


Text Example

White with #415F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,155); }

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

background-color css

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

 a { background-color: rgb(65,95,155); }

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

border-color css

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

 span { border-color: rgb(65,95,155); }

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