Html Css Color HEX #28418D Tory Blue

📋 copy color: '#28418D'

red 40 ◦ green 65 ◦ blue 141

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

Shades of Tory Blue #28418D

Tints of Tory Blue #28418D

RGB

 RED value IS 40 (16.02% from 255) = 16.26%

 GREEN value IS 65 (25.78% from 255) = 26.42%

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 16.26%
G = 26.42%
B = 57.32%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28418D (or 0x28418D) is known color: Tory Blue. HEX triplet: 28, 41 and 8D. RGB value is (40,65,141). Sum of RGB (Red+Green+Blue) = 40+65+141=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #28418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28418D is #D7BE72. Grayscale: #414141. Windows color (decimal): -14138995 or 9257256. OLE color: 9257256.

HSL color Cylindrical-coordinate representation of color #28418D: hue angle of 225.15º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28418D is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 65 141 -
CMYK 0.72 0.54 0 0.45
HSL 225.15º 0.56% 0.35% -
HSV(B) 225.15º 0.72% 0.55% -
XYZ 7.57 6.15 25.99 -
YUV 66.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 40 65 141 0.72 0.54 0 0.45 225.15 0.56 0.35
Hex 28 41 8D 48 36 0 2D E1 38 23
Octal 50 101 215 110 66 0 55 341 70 43
Binary 101000 1000001 10001101 1001000 110110 0 101101 11100001 111000 100011

Color Harmonies of #28418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28418D

Black with #28418D

Text Example


Text Example

White with #28418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28418D; }

 p { color: rgb(40,65,141); }

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

background-color css

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

 a { background-color: rgb(40,65,141); }

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

border-color css

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

 span { border-color: rgb(40,65,141); }

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