#153867

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

Shades of Prussian Blue #153867

Tints of Prussian Blue #153867

Color information

#153867 (or 0x153867) is unknown color: approx Prussian Blue. HEX triplet: 15, 38 and 67. RGB value is (21,56,103). Sum of RGB (Red+Green+Blue) = 21+56+103=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #153867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153867 is #EAC798. Grayscale: #323232. Windows color (decimal): -15386521 or 6764565. OLE color: 6764565.

HSL color Cylindrical-coordinate representation of color #153867: hue angle of 214.39º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153867 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2156103-
CMYK0.800.4600.60
HSL214.39º66.13%24.31%-
HSV(B)214.39º79.61%40.39%-
XYZ4.173.9713.38-
YUV50.89157.4106.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.67%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 103 (40.62% from 255) = 57.22%
R=11.67%
G=31.11%
B=57.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21561030.800.4600.60214.3966.1324.31
Hex153867502E03Cd64218
Octal25701471205607432610230
Binary1010111100011001111010000101110011110011010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153867; }

 p { color: rgb(21,56,103); }

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

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

 a { background-color: rgb(21,56,103); }

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

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

 span { border-color: rgb(21,56,103); }

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