Html Css Color HEX #415F98 Mariner

📋 copy color: '#415F98'

red 65 ◦ green 95 ◦ blue 152

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

Shades of Mariner #415F98

Tints of Mariner #415F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.45%

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

R = 20.83%
G = 30.45%
B = 48.72%

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

#415F98 (or 0x415F98) is known color: Mariner. HEX triplet: 41, 5F and 98. RGB value is (65,95,152). Sum of RGB (Red+Green+Blue) = 65+95+152=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #415F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415F98 is #BEA067. Grayscale: #5C5C5C. Windows color (decimal): -12492904 or 9985857. OLE color: 9985857.

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

Color convert

RGB 65 95 152 -
CMYK 0.57 0.38 0 0.40
HSL 219.31º 0.4% 0.43% -
HSV(B) 219.31º 0.57% 0.6% -
XYZ 11.94 11.58 31.31 -
YUV 92.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 65 95 152 0.57 0.38 0 0.40 219.31 0.4 0.43
Hex 41 5F 98 39 26 0 28 DB 28 2B
Octal 101 137 230 71 46 0 50 333 50 53
Binary 1000001 1011111 10011000 111001 100110 0 101000 11011011 101000 101011

Color Harmonies of #415F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F98

Black with #415F98

Text Example


Text Example

White with #415F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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