#182b9b

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

Shades of Egyptian Blue #182B9B

Tints of Egyptian Blue #182B9B

Color information

#182B9B (or 0x182B9B) is unknown color: approx Egyptian Blue. HEX triplet: 18, 2B and 9B. RGB value is (24,43,155). Sum of RGB (Red+Green+Blue) = 24+43+155=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 155 (60.94% from 255 or 69.82% from 222); Max value from RGB is 155 - color contains mainly: blue. Hex color #182B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182B9B is #E7D464. Grayscale: #313131. Windows color (decimal): -15193189 or 10169112. OLE color: 10169112.

HSL color Cylindrical-coordinate representation of color #182B9B: hue angle of 231.3º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182B9B is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2443155-
CMYK0.850.7200.39
HSL231.3º73.18%35.1%-
HSV(B)231.3º84.52%60.78%-
XYZ7.164.2931.46-
YUV50.09187.21109.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 43 (17.19% from 255) = 19.37%
BLUE value IS 155 (60.94% from 255) = 69.82%
R=10.81%
G=19.37%
B=69.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24431550.850.7200.39231.373.1835.1
Hex182B9B5548027e74923
Octal305323312511004734711143
Binary1100010101110011011101010110010000100111111001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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