#17288B

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

Shades of Egyptian Blue #17288B

Tints of Egyptian Blue #17288B

Color information

#17288B (or 0x17288B) is unknown color: approx Egyptian Blue. HEX triplet: 17, 28 and 8B. RGB value is (23,40,139). Sum of RGB (Red+Green+Blue) = 23+40+139=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 139 (54.69% from 255 or 68.81% from 202); Max value from RGB is 139 - color contains mainly: blue. Hex color #17288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17288B is #E8D774. Grayscale: #2D2D2D. Windows color (decimal): -15259509 or 9119767. OLE color: 9119767.

HSL color Cylindrical-coordinate representation of color #17288B: hue angle of 231.21º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17288B is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2340139-
CMYK0.830.7100.45
HSL231.21º71.6%31.76%-
HSV(B)231.21º83.45%54.51%-
XYZ5.773.5624.81-
YUV46.2180.37111.45-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.39%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 139 (54.69% from 255) = 68.81%
R=11.39%
G=19.80%
B=68.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal23401390.830.7100.45231.2171.631.76
Hex17288B534702De74820
Octal275021312310705534711040
Binary1011110100010001011101001110001110101101111001111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17288B; }

 p { color: rgb(23,40,139); }

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

<style>
 a { background-color: #17288B; }

 a { background-color: rgb(23,40,139); }

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

<style>
 span { border-color: #17288B; }

 span { border-color: rgb(23,40,139); }

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