Html Css Color HEX #415D98 Mariner

📋 copy color: '#415D98'

red 65 ◦ green 93 ◦ blue 152

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

Shades of Mariner #415D98

Tints of Mariner #415D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 20.97%
G = 30%
B = 49.03%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#415D98 (or 0x415D98) is known color: Mariner. HEX triplet: 41, 5D and 98. RGB value is (65,93,152). Sum of RGB (Red+Green+Blue) = 65+93+152=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #415D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D98 is #BEA267. Grayscale: #5B5B5B. Windows color (decimal): -12493416 or 9985345. OLE color: 9985345.

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

Color convert

RGB 65 93 152 -
CMYK 0.57 0.39 0 0.40
HSL 220.69º 0.4% 0.43% -
HSV(B) 220.69º 0.57% 0.6% -
XYZ 11.76 11.22 31.25 -
YUV 91.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 65 93 152 0.57 0.39 0 0.40 220.69 0.4 0.43
Hex 41 5D 98 39 27 0 28 DD 28 2B
Octal 101 135 230 71 47 0 50 335 50 53
Binary 1000001 1011101 10011000 111001 100111 0 101000 11011101 101000 101011

Color Harmonies of #415D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D98

Black with #415D98

Text Example


Text Example

White with #415D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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