#1C399F

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

Shades of Egyptian Blue #1C399F

Tints of Egyptian Blue #1C399F

Color information

#1C399F (or 0x1C399F) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 39 and 9F. RGB value is (28,57,159). Sum of RGB (Red+Green+Blue) = 28+57+159=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #1C399F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C399F is #E3C660. Grayscale: #3B3B3B. Windows color (decimal): -14927457 or 10434844. OLE color: 10434844.

HSL color Cylindrical-coordinate representation of color #1C399F: hue angle of 226.72º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C399F is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2857159-
CMYK0.820.6400.38
HSL226.72º70.05%36.67%-
HSV(B)226.72º82.39%62.35%-
XYZ8.25.6833.46-
YUV59.96183.89105.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 159 (62.5% from 255) = 65.16%
R=11.48%
G=23.36%
B=65.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28571590.820.6400.38226.7270.0536.67
Hex1C399F5240026e34625
Octal347123712210004634310645
Binary1110011100110011111101001010000000100110111000111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C399F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C399F; }

 p { color: rgb(28,57,159); }

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

<style>
 a { background-color: #1C399F; }

 a { background-color: rgb(28,57,159); }

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

<style>
 span { border-color: #1C399F; }

 span { border-color: rgb(28,57,159); }

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