Html Css Color HEX #415B9F Mariner

📋 copy color: '#415B9F'

red 65 ◦ green 91 ◦ blue 159

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

Shades of Mariner #415B9F

Tints of Mariner #415B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 20.63%
G = 28.89%
B = 50.48%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#415B9F (or 0x415B9F) is known color: Mariner. HEX triplet: 41, 5B and 9F. RGB value is (65,91,159). Sum of RGB (Red+Green+Blue) = 65+91+159=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #415B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415B9F is #BEA460. Grayscale: #5A5A5A. Windows color (decimal): -12493921 or 10443585. OLE color: 10443585.

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

Color convert

RGB 65 91 159 -
CMYK 0.59 0.43 0 0.38
HSL 223.4º 0.42% 0.44% -
HSV(B) 223.4º 0.59% 0.62% -
XYZ 12.18 11.11 34.3 -
YUV 90.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 65 91 159 0.59 0.43 0 0.38 223.4 0.42 0.44
Hex 41 5B 9F 3B 2B 0 26 DF 2A 2C
Octal 101 133 237 73 53 0 46 337 52 54
Binary 1000001 1011011 10011111 111011 101011 0 100110 11011111 101010 101100

Color Harmonies of #415B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B9F

Black with #415B9F

Text Example


Text Example

White with #415B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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