#172A8A

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

Shades of Egyptian Blue #172A8A

Tints of Egyptian Blue #172A8A

Color information

#172A8A (or 0x172A8A) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2A and 8A. RGB value is (23,42,138). Sum of RGB (Red+Green+Blue) = 23+42+138=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #172A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172A8A is #E8D575. Grayscale: #2E2E2E. Windows color (decimal): -15258998 or 9054743. OLE color: 9054743.

HSL color Cylindrical-coordinate representation of color #172A8A: hue angle of 230.09º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172A8A is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2342138-
CMYK0.830.7000.46
HSL230.09º71.43%31.57%-
HSV(B)230.09º83.33%54.12%-
XYZ5.773.6724.45-
YUV47.26179.21110.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.33%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=11.33%
G=20.69%
B=67.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal23421380.830.7000.46230.0971.4331.57
Hex172A8A534602Ee64720
Octal275221212310605634610740
Binary1011110101010001010101001110001100101110111001101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,42,138); }

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

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

 a { background-color: rgb(23,42,138); }

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

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

 span { border-color: rgb(23,42,138); }

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