#153FB1

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

Shades of Persian Blue #153FB1

Tints of Persian Blue #153FB1

Color information

#153FB1 (or 0x153FB1) is unknown color: approx Persian Blue. HEX triplet: 15, 3F and B1. RGB value is (21,63,177). Sum of RGB (Red+Green+Blue) = 21+63+177=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #153FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153FB1 is #EAC04E. Grayscale: #3E3E3E. Windows color (decimal): -15384655 or 11616021. OLE color: 11616021.

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

Color convert

RGB2163177-
CMYK0.880.6400.31
HSL223.85º78.79%38.82%-
HSV(B)223.85º88.14%69.41%-
XYZ10.026.8942.4-
YUV63.44192.0997.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.05%
GREEN value IS 63 (25% from 255) = 24.14%
BLUE value IS 177 (69.53% from 255) = 67.82%
R=8.05%
G=24.14%
B=67.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21631770.880.6400.31223.8578.7938.82
Hex153FB1584001Fe04f27
Octal257726113010003734011747
Binary101011111111011000110110001000000011111111000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,63,177); }

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

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

 a { background-color: rgb(21,63,177); }

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

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

 span { border-color: rgb(21,63,177); }

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