#1C3F8E

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

Shades of Egyptian Blue #1C3F8E

Tints of Egyptian Blue #1C3F8E

Color information

#1C3F8E (or 0x1C3F8E) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 3F and 8E. RGB value is (28,63,142). Sum of RGB (Red+Green+Blue) = 28+63+142=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C3F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3F8E is #E3C071. Grayscale: #3D3D3D. Windows color (decimal): -14925938 or 9322268. OLE color: 9322268.

HSL color Cylindrical-coordinate representation of color #1C3F8E: hue angle of 221.58º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C3F8E is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2863142-
CMYK0.800.5600.44
HSL221.58º67.06%33.33%-
HSV(B)221.58º80.28%55.69%-
XYZ7.145.7526.33-
YUV61.54173.4104.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=12.02%
G=27.04%
B=60.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28631420.800.5600.44221.5867.0633.33
Hex1C3F8E503802Cde4321
Octal34772161207005433610341
Binary111001111111000111010100001110000101100110111101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,63,142); }

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

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

 a { background-color: rgb(28,63,142); }

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

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

 span { border-color: rgb(28,63,142); }

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