#183095

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

Shades of Egyptian Blue #183095

Tints of Egyptian Blue #183095

Color information

#183095 (or 0x183095) is unknown color: approx Egyptian Blue. HEX triplet: 18, 30 and 95. RGB value is (24,48,149). Sum of RGB (Red+Green+Blue) = 24+48+149=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #183095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183095 is #E7CF6A. Grayscale: #333333. Windows color (decimal): -15191915 or 9777176. OLE color: 9777176.

HSL color Cylindrical-coordinate representation of color #183095: hue angle of 228.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183095 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2448149-
CMYK0.840.6800.42
HSL228.48º72.25%33.92%-
HSV(B)228.48º83.89%58.43%-
XYZ6.864.4828.94-
YUV52.34182.55107.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=10.86%
G=21.72%
B=67.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24481490.840.6800.42228.4872.2533.92
Hex183095544402Ae44822
Octal306022512410405234411042
Binary1100011000010010101101010010001000101010111001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183095; }

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

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

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

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

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

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

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

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