Html Css Color HEX #415B9C Mariner

📋 copy color: '#415B9C'

red 65 ◦ green 91 ◦ blue 156

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

Shades of Mariner #415B9C

Tints of Mariner #415B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 20.83%
G = 29.17%
B = 50%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#415B9C (or 0x415B9C) is known color: Mariner. HEX triplet: 41, 5B and 9C. RGB value is (65,91,156). Sum of RGB (Red+Green+Blue) = 65+91+156=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #415B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415B9C is #BEA463. Grayscale: #5A5A5A. Windows color (decimal): -12493924 or 10246977. OLE color: 10246977.

HSL color Cylindrical-coordinate representation of color #415B9C: hue angle of 222.86º 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 #415B9C is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 91 156 -
CMYK 0.58 0.42 0 0.39
HSL 222.86º 0.41% 0.43% -
HSV(B) 222.86º 0.58% 0.61% -
XYZ 11.92 11.01 32.95 -
YUV 90.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 65 91 156 0.58 0.42 0 0.39 222.86 0.41 0.43
Hex 41 5B 9C 3A 2A 0 27 DF 29 2B
Octal 101 133 234 72 52 0 47 337 51 53
Binary 1000001 1011011 10011100 111010 101010 0 100111 11011111 101001 101011

Color Harmonies of #415B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B9C

Black with #415B9C

Text Example


Text Example

White with #415B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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