Html Css Color HEX #415A8B Tory Blue

📋 copy color: '#415A8B'

red 65 ◦ green 90 ◦ blue 139

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

Shades of Tory Blue #415A8B

Tints of Tory Blue #415A8B

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 value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#415A8B (or 0x415A8B) is known color: 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

RGB 65 90 139 -
CMYK 0.53 0.35 0 0.45
HSL 219.73º 0.36% 0.4% -
HSV(B) 219.73º 0.53% 0.55% -
XYZ 10.5 10.3 25.86 -
YUV 88.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 65 90 139 0.53 0.35 0 0.45 219.73 0.36 0.4
Hex 41 5A 8B 35 23 0 2D DC 24 28
Octal 101 132 213 65 43 0 55 334 44 50
Binary 1000001 1011010 10001011 110101 100011 0 101101 11011100 100100 101000

Color Harmonies of #415A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A8B

Black with #415A8B

Text Example


Text Example

White with #415A8B

Text Example


Text Example

HTML Codes & Css Web 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>