#172C98

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

Shades of Egyptian Blue #172C98

Tints of Egyptian Blue #172C98

Color information

#172C98 (or 0x172C98) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2C and 98. RGB value is (23,44,152). Sum of RGB (Red+Green+Blue) = 23+44+152=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #172C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172C98 is #E8D367. Grayscale: #313131. Windows color (decimal): -15258472 or 9972759. OLE color: 9972759.

HSL color Cylindrical-coordinate representation of color #172C98: hue angle of 230.23º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172C98 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2344152-
CMYK0.850.7100.40
HSL230.23º73.71%34.31%-
HSV(B)230.23º84.87%59.61%-
XYZ6.924.2530.16-
YUV50.03185.54108.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.50%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 152 (59.77% from 255) = 69.41%
R=10.50%
G=20.09%
B=69.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal23441520.850.7100.40230.2373.7134.31
Hex172C985547028e64a22
Octal275423012510705034611242
Binary1011110110010011000101010110001110101000111001101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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