Html Css Color HEX #415893 Mariner

📋 copy color: '#415893'

red 65 ◦ green 88 ◦ blue 147

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

Shades of Mariner #415893

Tints of Mariner #415893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 21.67%
G = 29.33%
B = 49%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#415893 (or 0x415893) is known color: Mariner. HEX triplet: 41, 58 and 93. RGB value is (65,88,147). Sum of RGB (Red+Green+Blue) = 65+88+147=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #415893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415893 is #BEA76C. Grayscale: #575757. Windows color (decimal): -12494701 or 9656385. OLE color: 9656385.

HSL color Cylindrical-coordinate representation of color #415893: hue angle of 223.17º 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 #415893 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 88 147 -
CMYK 0.56 0.40 0 0.42
HSL 223.17º 0.39% 0.42% -
HSV(B) 223.17º 0.56% 0.58% -
XYZ 10.94 10.21 29 -
YUV 87.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 65 88 147 0.56 0.40 0 0.42 223.17 0.39 0.42
Hex 41 58 93 38 28 0 2A DF 27 2A
Octal 101 130 223 70 50 0 52 337 47 52
Binary 1000001 1011000 10010011 111000 101000 0 101010 11011111 100111 101010

Color Harmonies of #415893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415893

Black with #415893

Text Example


Text Example

White with #415893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415893; }

 p { color: rgb(65,88,147); }

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

background-color css

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

 a { background-color: rgb(65,88,147); }

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

border-color css

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

 span { border-color: rgb(65,88,147); }

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