#172C9B

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

Shades of Egyptian Blue #172C9B

Tints of Egyptian Blue #172C9B

Color information

#172C9B (or 0x172C9B) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2C and 9B. RGB value is (23,44,155). Sum of RGB (Red+Green+Blue) = 23+44+155=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 44 (17.58% from 255 or 19.82% 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 #172C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C9B is #E8D364. Grayscale: #313131. Windows color (decimal): -15258469 or 10169367. OLE color: 10169367.

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

Color convert

RGB2344155-
CMYK0.850.7200.39
HSL230.45º74.16%34.9%-
HSV(B)230.45º85.16%60.78%-
XYZ7.174.3531.47-
YUV50.38187.04108.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.36%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 155 (60.94% from 255) = 69.82%
R=10.36%
G=19.82%
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
Decimal23441550.850.7200.39230.4574.1634.9
Hex172C9B5548027e64a23
Octal275423312511004734611243
Binary1011110110010011011101010110010000100111111001101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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