Html Css Color HEX #28429F Egyptian Blue

📋 copy color: '#28429F'

red 40 ◦ green 66 ◦ blue 159

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

Shades of Egyptian Blue #28429F

Tints of Egyptian Blue #28429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 159 (62.5% from 255) = 60%

R = 15.09%
G = 24.91%
B = 60%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28429F (or 0x28429F) is known color: Egyptian Blue. HEX triplet: 28, 42 and 9F. RGB value is (40,66,159). Sum of RGB (Red+Green+Blue) = 40+66+159=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #28429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28429F is #D7BD60. Grayscale: #444444. Windows color (decimal): -14138721 or 10437160. OLE color: 10437160.

HSL color Cylindrical-coordinate representation of color #28429F: hue angle of 226.89º degrees, saturation: 0.6, 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 #28429F is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 66 159 -
CMYK 0.75 0.58 0 0.38
HSL 226.89º 0.6% 0.39% -
HSV(B) 226.89º 0.75% 0.62% -
XYZ 9.08 6.85 33.64 -
YUV 68.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 40 66 159 0.75 0.58 0 0.38 226.89 0.6 0.39
Hex 28 42 9F 4B 3A 0 26 E3 3C 27
Octal 50 102 237 113 72 0 46 343 74 47
Binary 101000 1000010 10011111 1001011 111010 0 100110 11100011 111100 100111

Color Harmonies of #28429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28429F

Black with #28429F

Text Example


Text Example

White with #28429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28429F; }

 p { color: rgb(40,66,159); }

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

background-color css

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

 a { background-color: rgb(40,66,159); }

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

border-color css

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

 span { border-color: rgb(40,66,159); }

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