#1538AD

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

Shades of Egyptian Blue #1538AD

Tints of Egyptian Blue #1538AD

Color information

#1538AD (or 0x1538AD) is unknown color: approx Egyptian Blue. HEX triplet: 15, 38 and AD. RGB value is (21,56,173). Sum of RGB (Red+Green+Blue) = 21+56+173=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #1538AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1538AD is #EAC752. Grayscale: #3A3A3A. Windows color (decimal): -15386451 or 11352085. OLE color: 11352085.

HSL color Cylindrical-coordinate representation of color #1538AD: hue angle of 226.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1538AD is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2156173-
CMYK0.880.6800.32
HSL226.18º78.35%38.04%-
HSV(B)226.18º87.86%67.84%-
XYZ9.27640.21-
YUV58.87192.4100.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.4%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 173 (67.97% from 255) = 69.2%
R=8.4%
G=22.4%
B=69.2%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21561730.880.6800.32226.1878.3538.04
Hex1538AD5844020e24e26
Octal257025513010404034211646
Binary1010111100010101101101100010001000100000111000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1538AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1538AD; }

 p { color: rgb(21,56,173); }

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

<style>
 a { background-color: #1538AD; }

 a { background-color: rgb(21,56,173); }

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

<style>
 span { border-color: #1538AD; }

 span { border-color: rgb(21,56,173); }

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