#153A6D

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

Shades of Prussian Blue #153A6D

Tints of Prussian Blue #153A6D

Color information

#153A6D (or 0x153A6D) is unknown color: approx Prussian Blue. HEX triplet: 15, 3A and 6D. RGB value is (21,58,109). Sum of RGB (Red+Green+Blue) = 21+58+109=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #153A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A6D is #EAC592. Grayscale: #343434. Windows color (decimal): -15386003 or 7158293. OLE color: 7158293.

HSL color Cylindrical-coordinate representation of color #153A6D: hue angle of 214.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153A6D is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2158109-
CMYK0.810.4700.57
HSL214.77º67.69%25.49%-
HSV(B)214.77º80.73%42.75%-
XYZ4.584.2915.05-
YUV52.75159.74105.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=11.17%
G=30.85%
B=57.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21581090.810.4700.57214.7767.6925.49
Hex153A6D512F039d74419
Octal25721551215707132710431
Binary1010111101011011011010001101111011100111010111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,58,109); }

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

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

 a { background-color: rgb(21,58,109); }

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

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

 span { border-color: rgb(21,58,109); }

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