#1537B9

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

Shades of Persian Blue #1537B9

Tints of Persian Blue #1537B9

Color information

#1537B9 (or 0x1537B9) is unknown color: approx Persian Blue. HEX triplet: 15, 37 and B9. RGB value is (21,55,185). Sum of RGB (Red+Green+Blue) = 21+55+185=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #1537B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537B9 is #EAC846. Grayscale: #3B3B3B. Windows color (decimal): -15386695 or 12138261. OLE color: 12138261.

HSL color Cylindrical-coordinate representation of color #1537B9: hue angle of 227.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1537B9 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2155185-
CMYK0.890.7000.27
HSL227.56º79.61%40.39%-
HSV(B)227.56º88.65%72.55%-
XYZ10.436.3946.58-
YUV59.65198.74100.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.05%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 185 (72.66% from 255) = 70.88%
R=8.05%
G=21.07%
B=70.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21551850.890.7000.27227.5679.6140.39
Hex1537B9594601Be45028
Octal256727113110603334412050
Binary101011101111011100110110011000110011011111001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1537B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1537B9; }

 p { color: rgb(21,55,185); }

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

<style>
 a { background-color: #1537B9; }

 a { background-color: rgb(21,55,185); }

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

<style>
 span { border-color: #1537B9; }

 span { border-color: rgb(21,55,185); }

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