#18299B

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

Shades of Egyptian Blue #18299B

Tints of Egyptian Blue #18299B

Color information

#18299B (or 0x18299B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 29 and 9B. RGB value is (24,41,155). Sum of RGB (Red+Green+Blue) = 24+41+155=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #18299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18299B is #E7D664. Grayscale: #303030. Windows color (decimal): -15193701 or 10168600. OLE color: 10168600.

HSL color Cylindrical-coordinate representation of color #18299B: hue angle of 232.21º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18299B is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2441155-
CMYK0.850.7400.39
HSL232.21º73.18%35.1%-
HSV(B)232.21º84.52%60.78%-
XYZ7.094.1531.44-
YUV48.91187.87110.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 155 (60.94% from 255) = 70.45%
R=10.91%
G=18.64%
B=70.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24411550.850.7400.39232.2173.1835.1
Hex18299B554A027e84923
Octal305123312511204735011143
Binary1100010100110011011101010110010100100111111010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18299B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18299B; }

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

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

<style>
 a { background-color: #18299B; }

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

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

<style>
 span { border-color: #18299B; }

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

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