#183CA0

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

Shades of Egyptian Blue #183CA0

Tints of Egyptian Blue #183CA0

Color information

#183CA0 (or 0x183CA0) is unknown color: approx Egyptian Blue. HEX triplet: 18, 3C and A0. RGB value is (24,60,160). Sum of RGB (Red+Green+Blue) = 24+60+160=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #183CA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183CA0 is #E7C35F. Grayscale: #3C3C3C. Windows color (decimal): -15188832 or 10501144. OLE color: 10501144.

HSL color Cylindrical-coordinate representation of color #183CA0: hue angle of 224.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183CA0 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2460160-
CMYK0.850.6200.37
HSL224.12º73.91%36.08%-
HSV(B)224.12º85%62.75%-
XYZ8.345.9633.97-
YUV60.64184.07101.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 60 (23.83% from 255) = 24.59%
BLUE value IS 160 (62.89% from 255) = 65.57%
R=9.84%
G=24.59%
B=65.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24601600.850.6200.37224.1273.9136.08
Hex183CA0553E025e04a24
Octal30742401257604534011244
Binary110001111001010000010101011111100100101111000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,60,160); }

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

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

 a { background-color: rgb(24,60,160); }

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

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

 span { border-color: rgb(24,60,160); }

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