#181CA7

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

Shades of Egyptian Blue #181CA7

Tints of Egyptian Blue #181CA7

Color information

#181CA7 (or 0x181CA7) is unknown color: approx Egyptian Blue. HEX triplet: 18, 1C and A7. RGB value is (24,28,167). Sum of RGB (Red+Green+Blue) = 24+28+167=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 167 (65.62% from 255 or 76.26% from 219); Max value from RGB is 167 - color contains mainly: blue. Hex color #181CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181CA7 is #E7E358. Grayscale: #2A2A2A. Windows color (decimal): -15197017 or 10951704. OLE color: 10951704.

HSL color Cylindrical-coordinate representation of color #181CA7: hue angle of 238.32º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181CA7 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2428167-
CMYK0.860.8300.35
HSL238.32º74.87%37.45%-
HSV(B)238.32º85.63%65.49%-
XYZ7.773.8136.89-
YUV42.65198.17114.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 167 (65.62% from 255) = 76.26%
R=10.96%
G=12.79%
B=76.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24281670.860.8300.35238.3274.8737.45
Hex181CA75653023ee4b25
Octal303424712612304335611345
Binary110001110010100111101011010100110100011111011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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