#1C368D

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

Shades of Egyptian Blue #1C368D

Tints of Egyptian Blue #1C368D

Color information

#1C368D (or 0x1C368D) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 36 and 8D. RGB value is (28,54,141). Sum of RGB (Red+Green+Blue) = 28+54+141=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #1C368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C368D is #E3C972. Grayscale: #373737. Windows color (decimal): -14928243 or 9254428. OLE color: 9254428.

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

Color convert

RGB2854141-
CMYK0.800.6200.45
HSL226.19º66.86%33.14%-
HSV(B)226.19º80.14%55.29%-
XYZ6.614.8125.78-
YUV56.14175.89107.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 141 (55.47% from 255) = 63.23%
R=12.56%
G=24.22%
B=63.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28541410.800.6200.45226.1966.8633.14
Hex1C368D503E02De24321
Octal34662151207605534210341
Binary111001101101000110110100001111100101101111000101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,54,141); }

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

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

 a { background-color: rgb(28,54,141); }

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

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

 span { border-color: rgb(28,54,141); }

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