#182D95

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

Shades of Egyptian Blue #182D95

Tints of Egyptian Blue #182D95

Color information

#182D95 (or 0x182D95) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2D and 95. RGB value is (24,45,149). Sum of RGB (Red+Green+Blue) = 24+45+149=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #182D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D95 is #E7D26A. Grayscale: #323232. Windows color (decimal): -15192683 or 9776408. OLE color: 9776408.

HSL color Cylindrical-coordinate representation of color #182D95: hue angle of 229.92º 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 #182D95 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2445149-
CMYK0.840.7000.42
HSL229.92º72.25%33.92%-
HSV(B)229.92º83.89%58.43%-
XYZ6.744.2428.9-
YUV50.58183.54109.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=11.01%
G=20.64%
B=68.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24451490.840.7000.42229.9272.2533.92
Hex182D95544602Ae64822
Octal305522512410605234611042
Binary1100010110110010101101010010001100101010111001101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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