Html Css Color HEX #415183 Tory Blue

📋 copy color: '#415183'

red 65 ◦ green 81 ◦ blue 131

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

Shades of Tory Blue #415183

Tints of Tory Blue #415183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.24%

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 23.47%
G = 29.24%
B = 47.29%

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

#415183 (or 0x415183) is known color: Tory Blue. HEX triplet: 41, 51 and 83. RGB value is (65,81,131). Sum of RGB (Red+Green+Blue) = 65+81+131=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #415183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415183 is #BEAE7C. Grayscale: #515151. Windows color (decimal): -12496509 or 8606017. OLE color: 8606017.

HSL color Cylindrical-coordinate representation of color #415183: hue angle of 225.45º degrees, saturation: 0.34, 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 #415183 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 81 131 -
CMYK 0.50 0.38 0 0.49
HSL 225.45º 0.34% 0.38% -
HSV(B) 225.45º 0.5% 0.51% -
XYZ 9.22 8.65 22.66 -
YUV 81.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 65 81 131 0.50 0.38 0 0.49 225.45 0.34 0.38
Hex 41 51 83 32 26 0 31 E1 22 26
Octal 101 121 203 62 46 0 61 341 42 46
Binary 1000001 1010001 10000011 110010 100110 0 110001 11100001 100010 100110

Color Harmonies of #415183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415183

Black with #415183

Text Example


Text Example

White with #415183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415183; }

 p { color: rgb(65,81,131); }

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

background-color css

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

 a { background-color: rgb(65,81,131); }

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

border-color css

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

 span { border-color: rgb(65,81,131); }

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