#182BAF

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

Shades of Egyptian Blue #182BAF

Tints of Egyptian Blue #182BAF

Color information

#182BAF (or 0x182BAF) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2B and AF. RGB value is (24,43,175). Sum of RGB (Red+Green+Blue) = 24+43+175=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 175 (68.75% from 255 or 72.31% from 242); Max value from RGB is 175 - color contains mainly: blue. Hex color #182BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182BAF is #E7D450. Grayscale: #333333. Windows color (decimal): -15193169 or 11479832. OLE color: 11479832.

HSL color Cylindrical-coordinate representation of color #182BAF: hue angle of 232.45º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #182BAF is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2443175-
CMYK0.860.7500.31
HSL232.45º75.88%39.02%-
HSV(B)232.45º86.29%68.63%-
XYZ8.985.0241.05-
YUV52.37197.21107.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 43 (17.19% from 255) = 17.77%
BLUE value IS 175 (68.75% from 255) = 72.31%
R=9.92%
G=17.77%
B=72.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24431750.860.7500.31232.4575.8839.02
Hex182BAF564B01Fe84c27
Octal305325712611303735011447
Binary110001010111010111110101101001011011111111010001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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