#152BBB

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

Shades of Persian Blue #152BBB

Tints of Persian Blue #152BBB

Color information

#152BBB (or 0x152BBB) is unknown color: approx Persian Blue. HEX triplet: 15, 2B and BB. RGB value is (21,43,187). Sum of RGB (Red+Green+Blue) = 21+43+187=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #152BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BBB is #EAD444. Grayscale: #343434. Windows color (decimal): -15389765 or 12266261. OLE color: 12266261.

HSL color Cylindrical-coordinate representation of color #152BBB: hue angle of 232.05º 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 #152BBB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2143187-
CMYK0.890.7700.27
HSL232.05º79.81%40.78%-
HSV(B)232.05º88.77%73.33%-
XYZ10.145.4847.54-
YUV52.84203.71105.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 187 (73.44% from 255) = 74.50%
R=8.37%
G=17.13%
B=74.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21431870.890.7700.27232.0579.8140.78
Hex152BBB594D01Be85029
Octal255327313111503335012051
Binary101011010111011101110110011001101011011111010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152BBB; }

 p { color: rgb(21,43,187); }

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

<style>
 a { background-color: #152BBB; }

 a { background-color: rgb(21,43,187); }

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

<style>
 span { border-color: #152BBB; }

 span { border-color: rgb(21,43,187); }

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