#1C3E9B

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

Shades of Egyptian Blue #1C3E9B

Tints of Egyptian Blue #1C3E9B

Color information

#1C3E9B (or 0x1C3E9B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 3E and 9B. RGB value is (28,62,155). Sum of RGB (Red+Green+Blue) = 28+62+155=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C3E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3E9B is #E3C164. Grayscale: #3E3E3E. Windows color (decimal): -14926181 or 10173980. OLE color: 10173980.

HSL color Cylindrical-coordinate representation of color #1C3E9B: hue angle of 223.94º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C3E9B is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2862155-
CMYK0.820.600.39
HSL223.94º69.4%35.88%-
HSV(B)223.94º81.94%60.78%-
XYZ8.126.0631.75-
YUV62.44180.24103.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 155 (60.94% from 255) = 63.27%
R=11.43%
G=25.31%
B=63.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28621550.820.600.39223.9469.435.88
Hex1C3E9B523C027e04524
Octal34762331227404734010544
Binary111001111101001101110100101111000100111111000001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,62,155); }

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

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

 a { background-color: rgb(28,62,155); }

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

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

 span { border-color: rgb(28,62,155); }

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