#183395

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

Shades of Egyptian Blue #183395

Tints of Egyptian Blue #183395

Color information

#183395 (or 0x183395) is unknown color: approx Egyptian Blue. HEX triplet: 18, 33 and 95. RGB value is (24,51,149). Sum of RGB (Red+Green+Blue) = 24+51+149=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #183395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183395 is #E7CC6A. Grayscale: #353535. Windows color (decimal): -15191147 or 9777944. OLE color: 9777944.

HSL color Cylindrical-coordinate representation of color #183395: hue angle of 227.04º 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 #183395 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2451149-
CMYK0.840.6600.42
HSL227.04º72.25%33.92%-
HSV(B)227.04º83.89%58.43%-
XYZ6.994.7328.98-
YUV54.1181.55106.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=10.71%
G=22.77%
B=66.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24511490.840.6600.42227.0472.2533.92
Hex183395544202Ae34822
Octal306322512410205234311042
Binary1100011001110010101101010010000100101010111000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183395; }

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

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

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

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

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

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

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

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