#183B96

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

Shades of Egyptian Blue #183B96

Tints of Egyptian Blue #183B96

Color information

#183B96 (or 0x183B96) is unknown color: approx Egyptian Blue. HEX triplet: 18, 3B and 96. RGB value is (24,59,150). Sum of RGB (Red+Green+Blue) = 24+59+150=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 59 (23.44% from 255 or 25.32% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #183B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183B96 is #E7C469. Grayscale: #3A3A3A. Windows color (decimal): -15189098 or 9845528. OLE color: 9845528.

HSL color Cylindrical-coordinate representation of color #183B96: hue angle of 223.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #183B96 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2459150-
CMYK0.840.6100.41
HSL223.33º72.41%34.12%-
HSV(B)223.33º84%58.82%-
XYZ7.455.5229.53-
YUV58.91179.4103.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 59 (23.44% from 255) = 25.32%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=10.30%
G=25.32%
B=64.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24591500.840.6100.41223.3372.4134.12
Hex183B96543D029df4822
Octal30732261247505133711042
Binary110001110111001011010101001111010101001110111111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183B96; }

 p { color: rgb(24,59,150); }

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

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

 a { background-color: rgb(24,59,150); }

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

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

 span { border-color: rgb(24,59,150); }

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