#153CBA

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

Shades of Persian Blue #153CBA

Tints of Persian Blue #153CBA

Color information

#153CBA (or 0x153CBA) is unknown color: approx Persian Blue. HEX triplet: 15, 3C and BA. RGB value is (21,60,186). Sum of RGB (Red+Green+Blue) = 21+60+186=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #153CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153CBA is #EAC345. Grayscale: #3E3E3E. Windows color (decimal): -15385414 or 12205077. OLE color: 12205077.

HSL color Cylindrical-coordinate representation of color #153CBA: hue angle of 225.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 #153CBA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2160186-
CMYK0.890.6800.27
HSL225.82º79.71%40.59%-
HSV(B)225.82º88.71%72.94%-
XYZ10.796.9447.22-
YUV62.7197.5898.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 186 (73.05% from 255) = 69.66%
R=7.87%
G=22.47%
B=69.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21601860.890.6800.27225.8279.7140.59
Hex153CBA594401Be25029
Octal257427213110403334212051
Binary101011111001011101010110011000100011011111000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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