#1C469D

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

Shades of Egyptian Blue #1C469D

Tints of Egyptian Blue #1C469D

Color information

#1C469D (or 0x1C469D) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 46 and 9D. RGB value is (28,70,157). Sum of RGB (Red+Green+Blue) = 28+70+157=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C469D is #E3B962. Grayscale: #424242. Windows color (decimal): -14924131 or 10307100. OLE color: 10307100.

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

Color convert

RGB2870157-
CMYK0.820.5500.38
HSL220.47º69.73%36.27%-
HSV(B)220.47º82.17%61.57%-
XYZ8.757.0632.8-
YUV67.36178.5999.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 157 (61.72% from 255) = 61.57%
R=10.98%
G=27.45%
B=61.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28701570.820.5500.38220.4769.7336.27
Hex1C469D5237026dc4624
Octal341062351226704633410644
Binary1110010001101001110110100101101110100110110111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,70,157); }

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

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

 a { background-color: rgb(28,70,157); }

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

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

 span { border-color: rgb(28,70,157); }

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