#1C24AD

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

Shades of Egyptian Blue #1C24AD

Tints of Egyptian Blue #1C24AD

Color information

#1C24AD (or 0x1C24AD) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 24 and AD. RGB value is (28,36,173). Sum of RGB (Red+Green+Blue) = 28+36+173=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C24AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C24AD is #E3DB52. Grayscale: #303030. Windows color (decimal): -14932819 or 11346972. OLE color: 11346972.

HSL color Cylindrical-coordinate representation of color #1C24AD: hue angle of 236.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C24AD is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2836173-
CMYK0.840.7900.32
HSL236.69º72.14%39.41%-
HSV(B)236.69º83.82%67.84%-
XYZ8.654.5339.95-
YUV49.23197.85112.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.81%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 173 (67.97% from 255) = 73.00%
R=11.81%
G=15.19%
B=73.00%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28361730.840.7900.32236.6972.1439.41
Hex1C24AD544F020ed4827
Octal344425512411704035511047
Binary1110010010010101101101010010011110100000111011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C24AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,173); }

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

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

 a { background-color: rgb(28,36,173); }

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

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

 span { border-color: rgb(28,36,173); }

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