#1537B3

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

Shades of Persian Blue #1537B3

Tints of Persian Blue #1537B3

Color information

#1537B3 (or 0x1537B3) is unknown color: approx Persian Blue. HEX triplet: 15, 37 and B3. RGB value is (21,55,179). Sum of RGB (Red+Green+Blue) = 21+55+179=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 179 (70.31% from 255 or 70.20% from 255); Max value from RGB is 179 - color contains mainly: blue. Hex color #1537B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1537B3 is #EAC84C. Grayscale: #3A3A3A. Windows color (decimal): -15386701 or 11745045. OLE color: 11745045.

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

Color convert

RGB2155179-
CMYK0.880.6900.30
HSL227.09º79%39.22%-
HSV(B)227.09º88.27%70.2%-
XYZ9.816.1543.32-
YUV58.97195.74100.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 179 (70.31% from 255) = 70.20%
R=8.24%
G=21.57%
B=70.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21551790.880.6900.30227.097939.22
Hex1537B3584501Ee34f27
Octal256726313010503634311747
Binary101011101111011001110110001000101011110111000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1537B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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