#1c38ab

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

Shades of Egyptian Blue #1C38AB

Tints of Egyptian Blue #1C38AB

Color information

#1C38AB (or 0x1C38AB) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 38 and AB. RGB value is (28,56,171). Sum of RGB (Red+Green+Blue) = 28+56+171=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C38AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C38AB is #E3C754. Grayscale: #3C3C3C. Windows color (decimal): -14927701 or 11221020. OLE color: 11221020.

HSL color Cylindrical-coordinate representation of color #1C38AB: hue angle of 228.25º 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 #1C38AB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2856171-
CMYK0.840.6700.33
HSL228.25º71.86%39.02%-
HSV(B)228.25º83.63%67.06%-
XYZ9.246.0239.2-
YUV60.74190.22104.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 171 (67.19% from 255) = 67.06%
R=10.98%
G=21.96%
B=67.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28561710.840.6700.33228.2571.8639.02
Hex1C38AB5443021e44827
Octal347025312410304134411047
Binary1110011100010101011101010010000110100001111001001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c38ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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