#153FBA

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

Shades of Persian Blue #153FBA

Tints of Persian Blue #153FBA

Color information

#153FBA (or 0x153FBA) is unknown color: approx Persian Blue. HEX triplet: 15, 3F and BA. RGB value is (21,63,186). Sum of RGB (Red+Green+Blue) = 21+63+186=270 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.78% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #153FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153FBA is #EAC045. Grayscale: #3F3F3F. Windows color (decimal): -15384646 or 12205845. OLE color: 12205845.

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

Color convert

RGB2163186-
CMYK0.890.6600.27
HSL224.73º79.71%40.59%-
HSV(B)224.73º88.71%72.94%-
XYZ10.957.2647.28-
YUV64.46196.5997-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.78%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 186 (73.05% from 255) = 68.89%
R=7.78%
G=23.33%
B=68.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21631860.890.6600.27224.7379.7140.59
Hex153FBA594201Be15029
Octal257727213110203334112051
Binary101011111111011101010110011000010011011111000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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