#17259E

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

Shades of Egyptian Blue #17259E

Tints of Egyptian Blue #17259E

Color information

#17259E (or 0x17259E) is unknown color: approx Egyptian Blue. HEX triplet: 17, 25 and 9E. RGB value is (23,37,158). Sum of RGB (Red+Green+Blue) = 23+37+158=218 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.55% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #17259E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17259E is #E8DA61. Grayscale: #2E2E2E. Windows color (decimal): -15260258 or 10364183. OLE color: 10364183.

HSL color Cylindrical-coordinate representation of color #17259E: hue angle of 233.78º 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 #17259E is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2337158-
CMYK0.850.7700.38
HSL233.78º74.59%35.49%-
HSV(B)233.78º85.44%61.96%-
XYZ7.193.9732.74-
YUV46.61190.86111.16-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.55%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 158 (62.11% from 255) = 72.48%
R=10.55%
G=16.97%
B=72.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal23371580.850.7700.38233.7874.5935.49
Hex17259E554D026ea4b23
Octal274523612511504635211343
Binary1011110010110011110101010110011010100110111010101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17259E; }

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

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

<style>
 a { background-color: #17259E; }

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

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

<style>
 span { border-color: #17259E; }

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

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