Html Css Color HEX #415089 Tory Blue

📋 copy color: '#415089'

red 65 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #415089

Tints of Tory Blue #415089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 23.05%
G = 28.37%
B = 48.58%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#415089 (or 0x415089) is known color: Tory Blue. HEX triplet: 41, 50 and 89. RGB value is (65,80,137). Sum of RGB (Red+Green+Blue) = 65+80+137=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #415089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415089 is #BEAF76. Grayscale: #515151. Windows color (decimal): -12496759 or 8998977. OLE color: 8998977.

HSL color Cylindrical-coordinate representation of color #415089: hue angle of 227.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #415089 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 80 137 -
CMYK 0.53 0.42 0 0.46
HSL 227.5º 0.36% 0.4% -
HSV(B) 227.5º 0.53% 0.54% -
XYZ 9.56 8.67 24.84 -
YUV 82.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 65 80 137 0.53 0.42 0 0.46 227.5 0.36 0.4
Hex 41 50 89 35 2A 0 2E E4 24 28
Octal 101 120 211 65 52 0 56 344 44 50
Binary 1000001 1010000 10001001 110101 101010 0 101110 11100100 100100 101000

Color Harmonies of #415089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415089

Black with #415089

Text Example


Text Example

White with #415089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415089; }

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

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

background-color css

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

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

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

border-color css

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

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

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