#182C88

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

Shades of Egyptian Blue #182C88

Tints of Egyptian Blue #182C88

Color information

#182C88 (or 0x182C88) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2C and 88. RGB value is (24,44,136). Sum of RGB (Red+Green+Blue) = 24+44+136=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #182C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182C88 is #E7D377. Grayscale: #303030. Windows color (decimal): -15192952 or 8924184. OLE color: 8924184.

HSL color Cylindrical-coordinate representation of color #182C88: hue angle of 229.29º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182C88 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2444136-
CMYK0.820.6800.47
HSL229.29º70%31.37%-
HSV(B)229.29º82.35%53.33%-
XYZ5.723.7723.72-
YUV48.51177.37110.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 136 (53.52% from 255) = 66.67%
R=11.76%
G=21.57%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24441360.820.6800.47229.297031.37
Hex182C88524402Fe5461f
Octal305421012210405734510637
Binary110001011001000100010100101000100010111111100101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182C88; }

 p { color: rgb(24,44,136); }

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

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

 a { background-color: rgb(24,44,136); }

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

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

 span { border-color: rgb(24,44,136); }

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