#1C3FA6

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

Shades of Egyptian Blue #1C3FA6

Tints of Egyptian Blue #1C3FA6

Color information

#1C3FA6 (or 0x1C3FA6) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 3F and A6. RGB value is (28,63,166). Sum of RGB (Red+Green+Blue) = 28+63+166=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 166 (65.23% from 255 or 64.59% from 257); Max value from RGB is 166 - color contains mainly: blue. Hex color #1C3FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3FA6 is #E3C059. Grayscale: #3F3F3F. Windows color (decimal): -14925914 or 10895132. OLE color: 10895132.

HSL color Cylindrical-coordinate representation of color #1C3FA6: hue angle of 224.78º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C3FA6 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2863166-
CMYK0.830.6200.35
HSL224.78º71.13%38.04%-
HSV(B)224.78º83.13%65.1%-
XYZ9.146.5636.86-
YUV64.28185.4102.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.89%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 166 (65.23% from 255) = 64.59%
R=10.89%
G=24.51%
B=64.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28631660.830.6200.35224.7871.1338.04
Hex1C3FA6533E023e14726
Octal34772461237604334110746
Binary111001111111010011010100111111100100011111000011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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