#153C6B

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

Shades of Prussian Blue #153C6B

Tints of Prussian Blue #153C6B

Color information

#153C6B (or 0x153C6B) is unknown color: approx Prussian Blue. HEX triplet: 15, 3C and 6B. RGB value is (21,60,107). Sum of RGB (Red+Green+Blue) = 21+60+107=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #153C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C6B is #EAC394. Grayscale: #353535. Windows color (decimal): -15385493 or 7027733. OLE color: 7027733.

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

Color convert

RGB2160107-
CMYK0.800.4400.58
HSL212.79º67.19%25.1%-
HSV(B)212.79º80.37%41.96%-
XYZ4.584.4514.53-
YUV53.7158.08104.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=11.17%
G=31.91%
B=56.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21601070.800.4400.58212.7967.1925.1
Hex153C6B502C03Ad54319
Octal25741531205407232510331
Binary1010111110011010111010000101100011101011010101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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