#18298A

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

Shades of Egyptian Blue #18298A

Tints of Egyptian Blue #18298A

Color information

#18298A (or 0x18298A) is unknown color: approx Egyptian Blue. HEX triplet: 18, 29 and 8A. RGB value is (24,41,138). Sum of RGB (Red+Green+Blue) = 24+41+138=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #18298A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18298A is #E7D675. Grayscale: #2E2E2E. Windows color (decimal): -15193718 or 9054488. OLE color: 9054488.

HSL color Cylindrical-coordinate representation of color #18298A: hue angle of 231.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18298A is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2441138-
CMYK0.830.7000.46
HSL231.05º70.37%31.76%-
HSV(B)231.05º82.61%54.12%-
XYZ5.763.6224.44-
YUV46.98179.37111.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=11.82%
G=20.20%
B=67.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24411380.830.7000.46231.0570.3731.76
Hex18298A534602Ee74620
Octal305121212310605634710640
Binary1100010100110001010101001110001100101110111001111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18298A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18298A; }

 p { color: rgb(24,41,138); }

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

<style>
 a { background-color: #18298A; }

 a { background-color: rgb(24,41,138); }

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

<style>
 span { border-color: #18298A; }

 span { border-color: rgb(24,41,138); }

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