#172F9E

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

Shades of Egyptian Blue #172F9E

Tints of Egyptian Blue #172F9E

Color information

#172F9E (or 0x172F9E) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2F and 9E. RGB value is (23,47,158). Sum of RGB (Red+Green+Blue) = 23+47+158=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #172F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F9E is #E8D061. Grayscale: #343434. Windows color (decimal): -15257698 or 10366743. OLE color: 10366743.

HSL color Cylindrical-coordinate representation of color #172F9E: hue angle of 229.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172F9E is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2347158-
CMYK0.850.7000.38
HSL229.33º74.59%35.49%-
HSV(B)229.33º85.44%61.96%-
XYZ7.544.6832.85-
YUV52.48187.55106.97-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.09%
GREEN value IS 47 (18.75% from 255) = 20.61%
BLUE value IS 158 (62.11% from 255) = 69.30%
R=10.09%
G=20.61%
B=69.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal23471580.850.7000.38229.3374.5935.49
Hex172F9E5546026e54b23
Octal275723612510604634511343
Binary1011110111110011110101010110001100100110111001011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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