#182A95

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

Shades of Egyptian Blue #182A95

Tints of Egyptian Blue #182A95

Color information

#182A95 (or 0x182A95) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2A and 95. RGB value is (24,42,149). Sum of RGB (Red+Green+Blue) = 24+42+149=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #182A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182A95 is #E7D56A. Grayscale: #303030. Windows color (decimal): -15193451 or 9775640. OLE color: 9775640.

HSL color Cylindrical-coordinate representation of color #182A95: hue angle of 231.36º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #182A95 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2442149-
CMYK0.840.7200.42
HSL231.36º72.25%33.92%-
HSV(B)231.36º83.89%58.43%-
XYZ6.634.0228.86-
YUV48.82184.54110.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=11.16%
G=19.53%
B=69.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24421490.840.7200.42231.3672.2533.92
Hex182A95544802Ae74822
Octal305222512411005234711042
Binary1100010101010010101101010010010000101010111001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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