Html Css Color HEX #28419B Tory Blue

📋 copy color: '#28419B'

red 40 ◦ green 65 ◦ blue 155

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

Shades of Tory Blue #28419B

Tints of Tory Blue #28419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 15.38%
G = 25%
B = 59.62%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28419B (or 0x28419B) is known color: Tory Blue. HEX triplet: 28, 41 and 9B. RGB value is (40,65,155). Sum of RGB (Red+Green+Blue) = 40+65+155=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #28419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28419B is #D7BE64. Grayscale: #434343. Windows color (decimal): -14138981 or 10174760. OLE color: 10174760.

HSL color Cylindrical-coordinate representation of color #28419B: hue angle of 226.96º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28419B is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 65 155 -
CMYK 0.74 0.58 0 0.39
HSL 226.96º 0.59% 0.38% -
HSV(B) 226.96º 0.74% 0.61% -
XYZ 8.68 6.6 31.83 -
YUV 67.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 40 65 155 0.74 0.58 0 0.39 226.96 0.59 0.38
Hex 28 41 9B 4A 3A 0 27 E3 3B 26
Octal 50 101 233 112 72 0 47 343 73 46
Binary 101000 1000001 10011011 1001010 111010 0 100111 11100011 111011 100110

Color Harmonies of #28419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28419B

Black with #28419B

Text Example


Text Example

White with #28419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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