#18308A

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

Shades of Egyptian Blue #18308A

Tints of Egyptian Blue #18308A

Color information

#18308A (or 0x18308A) is unknown color: approx Egyptian Blue. HEX triplet: 18, 30 and 8A. RGB value is (24,48,138). Sum of RGB (Red+Green+Blue) = 24+48+138=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #18308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18308A is #E7CF75. Grayscale: #323232. Windows color (decimal): -15191926 or 9056280. OLE color: 9056280.

HSL color Cylindrical-coordinate representation of color #18308A: hue angle of 227.37º 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 #18308A is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2448138-
CMYK0.830.6500.46
HSL227.37º70.37%31.76%-
HSV(B)227.37º82.61%54.12%-
XYZ6.024.1424.53-
YUV51.08177.05108.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=11.43%
G=22.86%
B=65.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24481380.830.6500.46227.3770.3731.76
Hex18308A534102Ee34620
Octal306021212310105634310640
Binary1100011000010001010101001110000010101110111000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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