Html Css Color HEX #415E98 Mariner

📋 copy color: '#415E98'

red 65 ◦ green 94 ◦ blue 152

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

Shades of Mariner #415E98

Tints of Mariner #415E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

 BLUE value IS 152 (59.77% from 255) = 48.87%

R = 20.9%
G = 30.23%
B = 48.87%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#415E98 (or 0x415E98) is known color: Mariner. HEX triplet: 41, 5E and 98. RGB value is (65,94,152). Sum of RGB (Red+Green+Blue) = 65+94+152=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #415E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415E98 is #BEA167. Grayscale: #5B5B5B. Windows color (decimal): -12493160 or 9985601. OLE color: 9985601.

HSL color Cylindrical-coordinate representation of color #415E98: hue angle of 220º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #415E98 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 94 152 -
CMYK 0.57 0.38 0 0.40
HSL 220º 0.4% 0.43% -
HSV(B) 220º 0.57% 0.6% -
XYZ 11.85 11.4 31.28 -
YUV 91.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 65 94 152 0.57 0.38 0 0.40 220 0.4 0.43
Hex 41 5E 98 39 26 0 28 DC 28 2B
Octal 101 136 230 71 46 0 50 334 50 53
Binary 1000001 1011110 10011000 111001 100110 0 101000 11011100 101000 101011

Color Harmonies of #415E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E98

Black with #415E98

Text Example


Text Example

White with #415E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,94,152); }

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

background-color css

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

 a { background-color: rgb(65,94,152); }

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

border-color css

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

 span { border-color: rgb(65,94,152); }

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