#1C23AB

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

Shades of Egyptian Blue #1C23AB

Tints of Egyptian Blue #1C23AB

Color information

#1C23AB (or 0x1C23AB) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 23 and AB. RGB value is (28,35,171). Sum of RGB (Red+Green+Blue) = 28+35+171=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C23AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C23AB is #E3DC54. Grayscale: #2F2F2F. Windows color (decimal): -14933077 or 11215644. OLE color: 11215644.

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

Color convert

RGB2835171-
CMYK0.840.8000.33
HSL237.06º71.86%39.02%-
HSV(B)237.06º83.63%67.06%-
XYZ8.434.3938.93-
YUV48.41197.18113.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.97%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 171 (67.19% from 255) = 73.08%
R=11.97%
G=14.96%
B=73.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28351710.840.8000.33237.0671.8639.02
Hex1C23AB5450021ed4827
Octal344325312412004135511047
Binary1110010001110101011101010010100000100001111011011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C23AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,171); }

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

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

 a { background-color: rgb(28,35,171); }

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

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

 span { border-color: rgb(28,35,171); }

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