#1539AF

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

Shades of Egyptian Blue #1539AF

Tints of Egyptian Blue #1539AF

Color information

#1539AF (or 0x1539AF) is unknown color: approx Egyptian Blue. HEX triplet: 15, 39 and AF. RGB value is (21,57,175). Sum of RGB (Red+Green+Blue) = 21+57+175=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #1539AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1539AF is #EAC650. Grayscale: #3B3B3B. Windows color (decimal): -15386193 or 11483413. OLE color: 11483413.

HSL color Cylindrical-coordinate representation of color #1539AF: hue angle of 225.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1539AF is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2157175-
CMYK0.880.6700.31
HSL225.97º78.57%38.43%-
HSV(B)225.97º88%68.63%-
XYZ9.516.1841.25-
YUV59.69193.07100.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 175 (68.75% from 255) = 69.17%
R=8.30%
G=22.53%
B=69.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21571750.880.6700.31225.9778.5738.43
Hex1539AF584301Fe24f26
Octal257125713010303734211746
Binary101011110011010111110110001000011011111111000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1539AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1539AF; }

 p { color: rgb(21,57,175); }

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

<style>
 a { background-color: #1539AF; }

 a { background-color: rgb(21,57,175); }

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

<style>
 span { border-color: #1539AF; }

 span { border-color: rgb(21,57,175); }

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