#182a8d

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

Shades of Egyptian Blue #182A8D

Tints of Egyptian Blue #182A8D

Color information

#182A8D (or 0x182A8D) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2A and 8D. RGB value is (24,42,141). Sum of RGB (Red+Green+Blue) = 24+42+141=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #182A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A8D is #E7D572. Grayscale: #2F2F2F. Windows color (decimal): -15193459 or 9251352. OLE color: 9251352.

HSL color Cylindrical-coordinate representation of color #182A8D: hue angle of 230.77º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #182A8D is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2442141-
CMYK0.830.7000.45
HSL230.77º70.91%32.35%-
HSV(B)230.77º82.98%55.29%-
XYZ6.013.7725.61-
YUV47.9180.54110.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 42 (16.80% from 255) = 20.29%
BLUE value IS 141 (55.47% from 255) = 68.12%
R=11.59%
G=20.29%
B=68.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24421410.830.7000.45230.7770.9132.35
Hex182A8D534602De74720
Octal305221512310605534710740
Binary1100010101010001101101001110001100101101111001111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,42,141); }

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

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

 a { background-color: rgb(24,42,141); }

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

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

 span { border-color: rgb(24,42,141); }

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