Html Css Color HEX #415B94 Mariner

📋 copy color: '#415B94'

red 65 ◦ green 91 ◦ blue 148

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

Shades of Mariner #415B94

Tints of Mariner #415B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 21.38%
G = 29.93%
B = 48.68%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#415B94 (or 0x415B94) is known color: Mariner. HEX triplet: 41, 5B and 94. RGB value is (65,91,148). Sum of RGB (Red+Green+Blue) = 65+91+148=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #415B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415B94 is #BEA46B. Grayscale: #595959. Windows color (decimal): -12493932 or 9722689. OLE color: 9722689.

HSL color Cylindrical-coordinate representation of color #415B94: hue angle of 221.2º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415B94 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 91 148 -
CMYK 0.56 0.39 0 0.42
HSL 221.2º 0.39% 0.42% -
HSV(B) 221.2º 0.56% 0.58% -
XYZ 11.27 10.74 29.5 -
YUV 89.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 65 91 148 0.56 0.39 0 0.42 221.2 0.39 0.42
Hex 41 5B 94 38 27 0 2A DD 27 2A
Octal 101 133 224 70 47 0 52 335 47 52
Binary 1000001 1011011 10010100 111000 100111 0 101010 11011101 100111 101010

Color Harmonies of #415B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B94

Black with #415B94

Text Example


Text Example

White with #415B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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