#1828AF

Color #1828AF Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1828AF

Tints of Egyptian Blue #1828AF

Color information

#1828AF (or 0x1828AF) is unknown color: approx Egyptian Blue. HEX triplet: 18, 28 and AF. RGB value is (24,40,175). Sum of RGB (Red+Green+Blue) = 24+40+175=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #1828AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1828AF is #E7D750. Grayscale: #323232. Windows color (decimal): -15193937 or 11479064. OLE color: 11479064.

HSL color Cylindrical-coordinate representation of color #1828AF: hue angle of 233.64º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1828AF is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2440175-
CMYK0.860.7700.31
HSL233.64º75.88%39.02%-
HSV(B)233.64º86.29%68.63%-
XYZ8.874.8141.02-
YUV50.61198.2109.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 175 (68.75% from 255) = 73.22%
R=10.04%
G=16.74%
B=73.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24401750.860.7700.31233.6475.8839.02
Hex1828AF564D01Fea4c27
Octal305025712611503735211447
Binary110001010001010111110101101001101011111111010101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1828AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1828AF; }

 p { color: rgb(24,40,175); }

 H1.HeaderClassName
 {
   color: #1828AF;
 }
 .AnyTagClassName
 {
   color: #1828AF;
 }
</style>
background-color css

<style>
 a { background-color: #1828AF; }

 a { background-color: rgb(24,40,175); }

 div.DivClassName
 {
   background-color: #1828AF;
 }
 .BgClassName
 {
   background-color: #1828AF;
 }
</style>
border-color css

<style>
 span { border-color: #1828AF; }

 span { border-color: rgb(24,40,175); }

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