#17278D

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

Shades of Egyptian Blue #17278D

Tints of Egyptian Blue #17278D

Color information

#17278D (or 0x17278D) is unknown color: approx Egyptian Blue. HEX triplet: 17, 27 and 8D. RGB value is (23,39,141). Sum of RGB (Red+Green+Blue) = 23+39+141=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #17278D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17278D is #E8D872. Grayscale: #2D2D2D. Windows color (decimal): -15259763 or 9250583. OLE color: 9250583.

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

Color convert

RGB2339141-
CMYK0.840.7200.45
HSL231.86º71.95%32.16%-
HSV(B)231.86º83.69%55.29%-
XYZ5.893.5625.58-
YUV45.84181.7111.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.33%
GREEN value IS 39 (15.62% from 255) = 19.21%
BLUE value IS 141 (55.47% from 255) = 69.46%
R=11.33%
G=19.21%
B=69.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal23391410.840.7200.45231.8671.9532.16
Hex17278D544802De84820
Octal274721512411005535011040
Binary1011110011110001101101010010010000101101111010001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17278D; }

 p { color: rgb(23,39,141); }

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

<style>
 a { background-color: #17278D; }

 a { background-color: rgb(23,39,141); }

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

<style>
 span { border-color: #17278D; }

 span { border-color: rgb(23,39,141); }

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