#153C6C

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

Shades of Prussian Blue #153C6C

Tints of Prussian Blue #153C6C

Color information

#153C6C (or 0x153C6C) is unknown color: approx Prussian Blue. HEX triplet: 15, 3C and 6C. RGB value is (21,60,108). Sum of RGB (Red+Green+Blue) = 21+60+108=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #153C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C6C is #EAC393. Grayscale: #353535. Windows color (decimal): -15385492 or 7093269. OLE color: 7093269.

HSL color Cylindrical-coordinate representation of color #153C6C: hue angle of 213.1º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153C6C is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2160108-
CMYK0.810.4400.58
HSL213.1º67.44%25.29%-
HSV(B)213.1º80.56%42.35%-
XYZ4.634.4714.81-
YUV53.81158.58104.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=11.11%
G=31.75%
B=57.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21601080.810.4400.58213.167.4425.29
Hex153C6C512C03Ad54319
Octal25741541215407232510331
Binary1010111110011011001010001101100011101011010101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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