#153A6C

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

Shades of Prussian Blue #153A6C

Tints of Prussian Blue #153A6C

Color information

#153A6C (or 0x153A6C) is unknown color: approx Prussian Blue. HEX triplet: 15, 3A and 6C. RGB value is (21,58,108). Sum of RGB (Red+Green+Blue) = 21+58+108=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #153A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A6C is #EAC593. Grayscale: #343434. Windows color (decimal): -15386004 or 7092757. OLE color: 7092757.

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

Color convert

RGB2158108-
CMYK0.810.4600.58
HSL214.48º67.44%25.29%-
HSV(B)214.48º80.56%42.35%-
XYZ4.534.2714.77-
YUV52.64159.24105.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=11.23%
G=31.02%
B=57.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21581080.810.4600.58214.4867.4425.29
Hex153A6C512E03Ad64319
Octal25721541215607232610331
Binary1010111101011011001010001101110011101011010110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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