#172F9A

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

Shades of Egyptian Blue #172F9A

Tints of Egyptian Blue #172F9A

Color information

#172F9A (or 0x172F9A) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2F and 9A. RGB value is (23,47,154). Sum of RGB (Red+Green+Blue) = 23+47+154=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #172F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F9A is #E8D065. Grayscale: #333333. Windows color (decimal): -15257702 or 10104599. OLE color: 10104599.

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

Color convert

RGB2347154-
CMYK0.850.6900.40
HSL229.01º74.01%34.71%-
HSV(B)229.01º85.06%60.39%-
XYZ7.24.5531.07-
YUV52.02185.55107.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 154 (60.55% from 255) = 68.75%
R=10.27%
G=20.98%
B=68.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal23471540.850.6900.40229.0174.0134.71
Hex172F9A5545028e54a23
Octal275723212510505034511243
Binary1011110111110011010101010110001010101000111001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,47,154); }

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

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

 a { background-color: rgb(23,47,154); }

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

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

 span { border-color: rgb(23,47,154); }

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