Html Css Color HEX #415D9E Mariner

📋 copy color: '#415D9E'

red 65 ◦ green 93 ◦ blue 158

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

Shades of Mariner #415D9E

Tints of Mariner #415D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50%

R = 20.57%
G = 29.43%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#415D9E (or 0x415D9E) is known color: Mariner. HEX triplet: 41, 5D and 9E. RGB value is (65,93,158). Sum of RGB (Red+Green+Blue) = 65+93+158=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #415D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415D9E is #BEA261. Grayscale: #5B5B5B. Windows color (decimal): -12493410 or 10378561. OLE color: 10378561.

HSL color Cylindrical-coordinate representation of color #415D9E: hue angle of 221.94º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #415D9E is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 93 158 -
CMYK 0.59 0.41 0 0.38
HSL 221.94º 0.42% 0.44% -
HSV(B) 221.94º 0.59% 0.62% -
XYZ 12.27 11.42 33.91 -
YUV 92.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 65 93 158 0.59 0.41 0 0.38 221.94 0.42 0.44
Hex 41 5D 9E 3B 29 0 26 DE 2A 2C
Octal 101 135 236 73 51 0 46 336 52 54
Binary 1000001 1011101 10011110 111011 101001 0 100110 11011110 101010 101100

Color Harmonies of #415D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D9E

Black with #415D9E

Text Example


Text Example

White with #415D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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