#1C3997

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

Shades of Egyptian Blue #1C3997

Tints of Egyptian Blue #1C3997

Color information

#1C3997 (or 0x1C3997) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 39 and 97. RGB value is (28,57,151). Sum of RGB (Red+Green+Blue) = 28+57+151=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C3997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3997 is #E3C668. Grayscale: #3A3A3A. Windows color (decimal): -14927465 or 9910556. OLE color: 9910556.

HSL color Cylindrical-coordinate representation of color #1C3997: hue angle of 225.85º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C3997 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2857151-
CMYK0.810.6200.41
HSL225.85º68.72%35.1%-
HSV(B)225.85º81.46%59.22%-
XYZ7.535.4129.93-
YUV59.04179.89105.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.86%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 151 (59.38% from 255) = 63.98%
R=11.86%
G=24.15%
B=63.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28571510.810.6200.41225.8568.7235.1
Hex1C3997513E029e24523
Octal34712271217605134210543
Binary111001110011001011110100011111100101001111000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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