#415A8B

Color #415A8B Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #415A8B

Tints of Tory Blue #415A8B

Color information

#415A8B (or 0x415A8B) is unknown color: approx Tory Blue. HEX triplet: 41, 5A and 8B. RGB value is (65,90,139). Sum of RGB (Red+Green+Blue) = 65+90+139=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #415A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A8B is #BEA574. Grayscale: #575757. Windows color (decimal): -12494197 or 9132609. OLE color: 9132609.

HSL color Cylindrical-coordinate representation of color #415A8B: hue angle of 219.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415A8B is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6590139-
CMYK0.530.3500.45
HSL219.73º36.27%40%-
HSV(B)219.73º53.24%54.51%-
XYZ10.510.325.86-
YUV88.11156.72111.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=22.11%
G=30.61%
B=47.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65901390.530.3500.45219.7336.2740
Hex415A8B352302Ddc2428
Octal10113221365430553344450
Binary1000001101101010001011110101100011010110111011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,90,139); }

 H1.HeaderClassName
 {
   color: #415A8B;
 }
 .AnyTagClassName
 {
   color: #415A8B;
 }
</style>
background-color css

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

 a { background-color: rgb(65,90,139); }

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

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

 span { border-color: rgb(65,90,139); }

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