Html Css Color HEX #28419D Egyptian Blue

📋 copy color: '#28419D'

red 40 ◦ green 65 ◦ blue 157

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

Shades of Egyptian Blue #28419D

Tints of Egyptian Blue #28419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.92%

R = 15.27%
G = 24.81%
B = 59.92%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28419D (or 0x28419D) is known color: Egyptian Blue. HEX triplet: 28, 41 and 9D. RGB value is (40,65,157). Sum of RGB (Red+Green+Blue) = 40+65+157=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #28419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28419D is #D7BE62. Grayscale: #434343. Windows color (decimal): -14138979 or 10305832. OLE color: 10305832.

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

Color convert

RGB 40 65 157 -
CMYK 0.75 0.59 0 0.38
HSL 227.18º 0.59% 0.39% -
HSV(B) 227.18º 0.75% 0.62% -
XYZ 8.85 6.67 32.72 -
YUV 68.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 40 65 157 0.75 0.59 0 0.38 227.18 0.59 0.39
Hex 28 41 9D 4B 3B 0 26 E3 3B 27
Octal 50 101 235 113 73 0 46 343 73 47
Binary 101000 1000001 10011101 1001011 111011 0 100110 11100011 111011 100111

Color Harmonies of #28419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28419D

Black with #28419D

Text Example


Text Example

White with #28419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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