Html Css Color HEX #28439F Egyptian Blue

📋 copy color: '#28439F'

red 40 ◦ green 67 ◦ blue 159

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

Shades of Egyptian Blue #28439F

Tints of Egyptian Blue #28439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 15.04%
G = 25.19%
B = 59.77%

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

#28439F (or 0x28439F) is known color: Egyptian Blue. HEX triplet: 28, 43 and 9F. RGB value is (40,67,159). Sum of RGB (Red+Green+Blue) = 40+67+159=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #28439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28439F is #D7BC60. Grayscale: #454545. Windows color (decimal): -14138465 or 10437416. OLE color: 10437416.

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

Color convert

RGB 40 67 159 -
CMYK 0.75 0.58 0 0.38
HSL 226.39º 0.6% 0.39% -
HSV(B) 226.39º 0.75% 0.62% -
XYZ 9.14 6.97 33.66 -
YUV 69.42 178.55 107.02 -
System Red Green Blue C M Y K H S L
Decimal 40 67 159 0.75 0.58 0 0.38 226.39 0.6 0.39
Hex 28 43 9F 4B 3A 0 26 E2 3C 27
Octal 50 103 237 113 72 0 46 342 74 47
Binary 101000 1000011 10011111 1001011 111010 0 100110 11100010 111100 100111

Color Harmonies of #28439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28439F

Black with #28439F

Text Example


Text Example

White with #28439F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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