#181CB2

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

Shades of Egyptian Blue #181CB2

Tints of Egyptian Blue #181CB2

Color information

#181CB2 (or 0x181CB2) is unknown color: approx Egyptian Blue. HEX triplet: 18, 1C and B2. RGB value is (24,28,178). Sum of RGB (Red+Green+Blue) = 24+28+178=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 178 (69.92% from 255 or 77.39% from 230); Max value from RGB is 178 - color contains mainly: blue. Hex color #181CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181CB2 is #E7E34D. Grayscale: #2B2B2B. Windows color (decimal): -15197006 or 11672600. OLE color: 11672600.

HSL color Cylindrical-coordinate representation of color #181CB2: hue angle of 238.44º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #181CB2 is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2428178-
CMYK0.870.8400.30
HSL238.44º76.24%39.61%-
HSV(B)238.44º86.52%69.8%-
XYZ8.834.2442.47-
YUV43.9203.67113.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 178 (69.92% from 255) = 77.39%
R=10.43%
G=12.17%
B=77.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24281780.870.8400.30238.4476.2439.61
Hex181CB2575401Eee4c28
Octal303426212712403635611450
Binary11000111001011001010101111010100011110111011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181CB2; }

 p { color: rgb(24,28,178); }

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

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

 a { background-color: rgb(24,28,178); }

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

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

 span { border-color: rgb(24,28,178); }

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