Html Css Color HEX #415082 Tory Blue

📋 copy color: '#415082'

red 65 ◦ green 80 ◦ blue 130

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

Shades of Tory Blue #415082

Tints of Tory Blue #415082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.27%

R = 23.64%
G = 29.09%
B = 47.27%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415082 (or 0x415082) is known color: Tory Blue. HEX triplet: 41, 50 and 82. RGB value is (65,80,130). Sum of RGB (Red+Green+Blue) = 65+80+130=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #415082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415082 is #BEAF7D. Grayscale: #505050. Windows color (decimal): -12496766 or 8540225. OLE color: 8540225.

HSL color Cylindrical-coordinate representation of color #415082: hue angle of 226.15º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415082 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 80 130 -
CMYK 0.50 0.38 0 0.49
HSL 226.15º 0.33% 0.38% -
HSV(B) 226.15º 0.5% 0.51% -
XYZ 9.08 8.47 22.28 -
YUV 81.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 65 80 130 0.50 0.38 0 0.49 226.15 0.33 0.38
Hex 41 50 82 32 26 0 31 E2 21 26
Octal 101 120 202 62 46 0 61 342 41 46
Binary 1000001 1010000 10000010 110010 100110 0 110001 11100010 100001 100110

Color Harmonies of #415082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415082

Black with #415082

Text Example


Text Example

White with #415082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415082; }

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

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

background-color css

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

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

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

border-color css

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

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

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