Html Css Color HEX #415BAD Mariner

📋 copy color: '#415BAD'

red 65 ◦ green 91 ◦ blue 173

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

Shades of Mariner #415BAD

Tints of Mariner #415BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.58%

R = 19.76%
G = 27.66%
B = 52.58%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#415BAD (or 0x415BAD) is known color: Mariner. HEX triplet: 41, 5B and AD. RGB value is (65,91,173). Sum of RGB (Red+Green+Blue) = 65+91+173=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #415BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415BAD is #BEA452. Grayscale: #5C5C5C. Windows color (decimal): -12493907 or 11361089. OLE color: 11361089.

HSL color Cylindrical-coordinate representation of color #415BAD: hue angle of 225.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #415BAD is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 91 173 -
CMYK 0.62 0.47 0 0.32
HSL 225.56º 0.45% 0.47% -
HSV(B) 225.56º 0.62% 0.68% -
XYZ 13.46 11.62 41.07 -
YUV 92.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 65 91 173 0.62 0.47 0 0.32 225.56 0.45 0.47
Hex 41 5B AD 3E 2F 0 20 E2 2D 2F
Octal 101 133 255 76 57 0 40 342 55 57
Binary 1000001 1011011 10101101 111110 101111 0 100000 11100010 101101 101111

Color Harmonies of #415BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415BAD

Black with #415BAD

Text Example


Text Example

White with #415BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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