#1526BA

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

Shades of Persian Blue #1526BA

Tints of Persian Blue #1526BA

Color information

#1526BA (or 0x1526BA) is unknown color: approx Persian Blue. HEX triplet: 15, 26 and BA. RGB value is (21,38,186). Sum of RGB (Red+Green+Blue) = 21+38+186=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #1526BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526BA is #EAD945. Grayscale: #313131. Windows color (decimal): -15391046 or 12199445. OLE color: 12199445.

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

Color convert

RGB2138186-
CMYK0.890.8000.27
HSL233.82º79.71%40.59%-
HSV(B)233.82º88.71%72.94%-
XYZ9.875.0946.92-
YUV49.79204.87107.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 186 (73.05% from 255) = 75.92%
R=8.57%
G=15.51%
B=75.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21381860.890.8000.27233.8279.7140.59
Hex1526BA595001Bea5029
Octal254627213112003335212051
Binary101011001101011101010110011010000011011111010101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1526BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1526BA; }

 p { color: rgb(21,38,186); }

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

<style>
 a { background-color: #1526BA; }

 a { background-color: rgb(21,38,186); }

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

<style>
 span { border-color: #1526BA; }

 span { border-color: rgb(21,38,186); }

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