#172B9B

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

Shades of Egyptian Blue #172B9B

Tints of Egyptian Blue #172B9B

Color information

#172B9B (or 0x172B9B) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2B and 9B. RGB value is (23,43,155). Sum of RGB (Red+Green+Blue) = 23+43+155=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #172B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172B9B is #E8D464. Grayscale: #313131. Windows color (decimal): -15258725 or 10169111. OLE color: 10169111.

HSL color Cylindrical-coordinate representation of color #172B9B: hue angle of 230.91º degrees, saturation: 0.74, 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 #172B9B is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2343155-
CMYK0.850.7200.39
HSL230.91º74.16%34.9%-
HSV(B)230.91º85.16%60.78%-
XYZ7.134.2831.46-
YUV49.79187.37108.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.41%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 155 (60.94% from 255) = 70.14%
R=10.41%
G=19.46%
B=70.14%

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
Decimal23431550.850.7200.39230.9174.1634.9
Hex172B9B5548027e74a23
Octal275323312511004734711243
Binary1011110101110011011101010110010000100111111001111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172B9B; }

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

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

<style>
 a { background-color: #172B9B; }

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

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

<style>
 span { border-color: #172B9B; }

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

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