#1C269E

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

Shades of Egyptian Blue #1C269E

Tints of Egyptian Blue #1C269E

Color information

#1C269E (or 0x1C269E) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 26 and 9E. RGB value is (28,38,158). Sum of RGB (Red+Green+Blue) = 28+38+158=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C269E is #E3D961. Grayscale: #303030. Windows color (decimal): -14932322 or 10364444. OLE color: 10364444.

HSL color Cylindrical-coordinate representation of color #1C269E: hue angle of 235.38º 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 #1C269E is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2838158-
CMYK0.820.7600.38
HSL235.38º69.89%36.47%-
HSV(B)235.38º82.28%61.96%-
XYZ7.344.132.75-
YUV48.69189.69113.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 158 (62.11% from 255) = 70.54%
R=12.5%
G=16.96%
B=70.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28381580.820.7600.38235.3869.8936.47
Hex1C269E524C026eb4624
Octal344623612211404635310644
Binary1110010011010011110101001010011000100110111010111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C269E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,158); }

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

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

 a { background-color: rgb(28,38,158); }

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

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

 span { border-color: rgb(28,38,158); }

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