#182F95

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

Shades of Egyptian Blue #182F95

Tints of Egyptian Blue #182F95

Color information

#182F95 (or 0x182F95) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2F and 95. RGB value is (24,47,149). Sum of RGB (Red+Green+Blue) = 24+47+149=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #182F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182F95 is #E7D06A. Grayscale: #333333. Windows color (decimal): -15192171 or 9776920. OLE color: 9776920.

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

Color convert

RGB2447149-
CMYK0.840.6800.42
HSL228.96º72.25%33.92%-
HSV(B)228.96º83.89%58.43%-
XYZ6.824.428.92-
YUV51.75182.88108.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 149 (58.59% from 255) = 67.73%
R=10.91%
G=21.36%
B=67.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24471490.840.6800.42228.9672.2533.92
Hex182F95544402Ae54822
Octal305722512410405234511042
Binary1100010111110010101101010010001000101010111001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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