#1C2A8B

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

Shades of Egyptian Blue #1C2A8B

Tints of Egyptian Blue #1C2A8B

Color information

#1C2A8B (or 0x1C2A8B) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 2A and 8B. RGB value is (28,42,139). Sum of RGB (Red+Green+Blue) = 28+42+139=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C2A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2A8B is #E3D574. Grayscale: #303030. Windows color (decimal): -14931317 or 9120284. OLE color: 9120284.

HSL color Cylindrical-coordinate representation of color #1C2A8B: hue angle of 232.43º degrees, saturation: 0.66, 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 #1C2A8B is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2842139-
CMYK0.800.7000.45
HSL232.43º66.47%32.75%-
HSV(B)232.43º79.86%54.51%-
XYZ5.973.7724.84-
YUV48.87178.86113.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=13.40%
G=20.10%
B=66.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28421390.800.7000.45232.4366.4732.75
Hex1C2A8B504602De84221
Octal345221312010605535010241
Binary1110010101010001011101000010001100101101111010001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,42,139); }

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

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

 a { background-color: rgb(28,42,139); }

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

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

 span { border-color: rgb(28,42,139); }

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