Html Css Color HEX #415B9E Mariner

📋 copy color: '#415B9E'

red 65 ◦ green 91 ◦ blue 158

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

Shades of Mariner #415B9E

Tints of Mariner #415B9E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 158 (62.11% from 255) = 50.32%

R = 20.7%
G = 28.98%
B = 50.32%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#415B9E (or 0x415B9E) is known color: Mariner. HEX triplet: 41, 5B and 9E. RGB value is (65,91,158). Sum of RGB (Red+Green+Blue) = 65+91+158=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #415B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415B9E is #BEA461. Grayscale: #5A5A5A. Windows color (decimal): -12493922 or 10378049. OLE color: 10378049.

HSL color Cylindrical-coordinate representation of color #415B9E: hue angle of 223.23º degrees, saturation: 0.42, 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 #415B9E is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 91 158 -
CMYK 0.59 0.42 0 0.38
HSL 223.23º 0.42% 0.44% -
HSV(B) 223.23º 0.59% 0.62% -
XYZ 12.09 11.07 33.85 -
YUV 90.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 65 91 158 0.59 0.42 0 0.38 223.23 0.42 0.44
Hex 41 5B 9E 3B 2A 0 26 DF 2A 2C
Octal 101 133 236 73 52 0 46 337 52 54
Binary 1000001 1011011 10011110 111011 101010 0 100110 11011111 101010 101100

Color Harmonies of #415B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B9E

Black with #415B9E

Text Example


Text Example

White with #415B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,91,158); }

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

background-color css

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

 a { background-color: rgb(65,91,158); }

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

border-color css

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

 span { border-color: rgb(65,91,158); }

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