Html Css Color HEX #415086 Tory Blue

📋 copy color: '#415086'

red 65 ◦ green 80 ◦ blue 134

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

Shades of Tory Blue #415086

Tints of Tory Blue #415086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 134 (52.73% from 255) = 48.03%

R = 23.3%
G = 28.67%
B = 48.03%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415086 (or 0x415086) is known color: Tory Blue. HEX triplet: 41, 50 and 86. RGB value is (65,80,134). Sum of RGB (Red+Green+Blue) = 65+80+134=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #415086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415086 is #BEAF79. Grayscale: #515151. Windows color (decimal): -12496762 or 8802369. OLE color: 8802369.

HSL color Cylindrical-coordinate representation of color #415086: hue angle of 226.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #415086 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 80 134 -
CMYK 0.51 0.40 0 0.47
HSL 226.96º 0.35% 0.39% -
HSV(B) 226.96º 0.51% 0.53% -
XYZ 9.35 8.58 23.72 -
YUV 81.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 65 80 134 0.51 0.40 0 0.47 226.96 0.35 0.39
Hex 41 50 86 33 28 0 2F E3 23 27
Octal 101 120 206 63 50 0 57 343 43 47
Binary 1000001 1010000 10000110 110011 101000 0 101111 11100011 100011 100111

Color Harmonies of #415086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415086

Black with #415086

Text Example


Text Example

White with #415086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415086; }

 p { color: rgb(65,80,134); }

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

background-color css

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

 a { background-color: rgb(65,80,134); }

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

border-color css

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

 span { border-color: rgb(65,80,134); }

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