#182BAB

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

Shades of Egyptian Blue #182BAB

Tints of Egyptian Blue #182BAB

Color information

#182BAB (or 0x182BAB) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2B and AB. RGB value is (24,43,171). Sum of RGB (Red+Green+Blue) = 24+43+171=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #182BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BAB is #E7D454. Grayscale: #333333. Windows color (decimal): -15193173 or 11217688. OLE color: 11217688.

HSL color Cylindrical-coordinate representation of color #182BAB: hue angle of 232.24º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182BAB is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2443171-
CMYK0.860.7500.33
HSL232.24º75.38%38.24%-
HSV(B)232.24º85.96%67.06%-
XYZ8.594.8639.01-
YUV51.91195.21108.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.08%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 171 (67.19% from 255) = 71.85%
R=10.08%
G=18.07%
B=71.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24431710.860.7500.33232.2475.3838.24
Hex182BAB564B021e84b26
Octal305325312611304135011346
Binary1100010101110101011101011010010110100001111010001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,43,171); }

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

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

 a { background-color: rgb(24,43,171); }

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

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

 span { border-color: rgb(24,43,171); }

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