#153B6C

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

Shades of Prussian Blue #153B6C

Tints of Prussian Blue #153B6C

Color information

#153B6C (or 0x153B6C) is unknown color: approx Prussian Blue. HEX triplet: 15, 3B and 6C. RGB value is (21,59,108). Sum of RGB (Red+Green+Blue) = 21+59+108=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #153B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B6C is #EAC493. Grayscale: #343434. Windows color (decimal): -15385748 or 7093013. OLE color: 7093013.

HSL color Cylindrical-coordinate representation of color #153B6C: hue angle of 213.79º 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 #153B6C is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2159108-
CMYK0.810.4500.58
HSL213.79º67.44%25.29%-
HSV(B)213.79º80.56%42.35%-
XYZ4.584.3714.79-
YUV53.22158.91105.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 108 (42.58% from 255) = 57.45%
R=11.17%
G=31.38%
B=57.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21591080.810.4500.58213.7967.4425.29
Hex153B6C512D03Ad64319
Octal25731541215507232610331
Binary1010111101111011001010001101101011101011010110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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