Html Css Color HEX #415087 Tory Blue

📋 copy color: '#415087'

red 65 ◦ green 80 ◦ blue 135

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

Shades of Tory Blue #415087

Tints of Tory Blue #415087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.21%

R = 23.21%
G = 28.57%
B = 48.21%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#415087 (or 0x415087) is known color: Tory Blue. HEX triplet: 41, 50 and 87. RGB value is (65,80,135). Sum of RGB (Red+Green+Blue) = 65+80+135=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #415087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415087 is #BEAF78. Grayscale: #515151. Windows color (decimal): -12496761 or 8867905. OLE color: 8867905.

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

Color convert

RGB 65 80 135 -
CMYK 0.52 0.41 0 0.47
HSL 227.14º 0.35% 0.39% -
HSV(B) 227.14º 0.52% 0.53% -
XYZ 9.42 8.61 24.09 -
YUV 81.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 65 80 135 0.52 0.41 0 0.47 227.14 0.35 0.39
Hex 41 50 87 34 29 0 2F E3 23 27
Octal 101 120 207 64 51 0 57 343 43 47
Binary 1000001 1010000 10000111 110100 101001 0 101111 11100011 100011 100111

Color Harmonies of #415087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415087

Black with #415087

Text Example


Text Example

White with #415087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415087; }

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

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

background-color css

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

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

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

border-color css

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

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

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