#153DBA

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

Shades of Persian Blue #153DBA

Tints of Persian Blue #153DBA

Color information

#153DBA (or 0x153DBA) is unknown color: approx Persian Blue. HEX triplet: 15, 3D and BA. RGB value is (21,61,186). Sum of RGB (Red+Green+Blue) = 21+61+186=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #153DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153DBA is #EAC245. Grayscale: #3E3E3E. Windows color (decimal): -15385158 or 12205333. OLE color: 12205333.

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

Color convert

RGB2161186-
CMYK0.890.6700.27
HSL225.45º79.71%40.59%-
HSV(B)225.45º88.71%72.94%-
XYZ10.847.0447.24-
YUV63.29197.2597.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 61 (24.22% from 255) = 22.76%
BLUE value IS 186 (73.05% from 255) = 69.40%
R=7.84%
G=22.76%
B=69.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21611860.890.6700.27225.4579.7140.59
Hex153DBA594301Be15029
Octal257527213110303334112051
Binary101011111011011101010110011000011011011111000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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