#1C2B9B

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

Shades of Egyptian Blue #1C2B9B

Tints of Egyptian Blue #1C2B9B

Color information

#1C2B9B (or 0x1C2B9B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2B and 9B. RGB value is (28,43,155). Sum of RGB (Red+Green+Blue) = 28+43+155=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C2B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2B9B is #E3D464. Grayscale: #323232. Windows color (decimal): -14931045 or 10169116. OLE color: 10169116.

HSL color Cylindrical-coordinate representation of color #1C2B9B: hue angle of 232.91º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C2B9B is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2843155-
CMYK0.820.7200.39
HSL232.91º69.4%35.88%-
HSV(B)232.91º81.94%60.78%-
XYZ7.264.3431.47-
YUV51.28186.53111.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.39%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 155 (60.94% from 255) = 68.58%
R=12.39%
G=19.03%
B=68.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28431550.820.7200.39232.9169.435.88
Hex1C2B9B5248027e94524
Octal345323312211004735110544
Binary1110010101110011011101001010010000100111111010011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,43,155); }

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

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

 a { background-color: rgb(28,43,155); }

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

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

 span { border-color: rgb(28,43,155); }

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