#153BAF

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

Shades of Egyptian Blue #153BAF

Tints of Egyptian Blue #153BAF

Color information

#153BAF (or 0x153BAF) is unknown color: approx Egyptian Blue. HEX triplet: 15, 3B and AF. RGB value is (21,59,175). Sum of RGB (Red+Green+Blue) = 21+59+175=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #153BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153BAF is #EAC450. Grayscale: #3C3C3C. Windows color (decimal): -15385681 or 11483925. OLE color: 11483925.

HSL color Cylindrical-coordinate representation of color #153BAF: hue angle of 225.19º 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 #153BAF is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2159175-
CMYK0.880.6600.31
HSL225.19º78.57%38.43%-
HSV(B)225.19º88%68.63%-
XYZ9.616.3841.28-
YUV60.86192.4199.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 175 (68.75% from 255) = 68.63%
R=8.24%
G=23.14%
B=68.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21591750.880.6600.31225.1978.5738.43
Hex153BAF584201Fe14f26
Octal257325713010203734111746
Binary101011110111010111110110001000010011111111000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153BAF; }

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

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

<style>
 a { background-color: #153BAF; }

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

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

<style>
 span { border-color: #153BAF; }

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

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