#123560

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

Shades of Prussian Blue #123560

Tints of Prussian Blue #123560

Color information

#123560 (or 0x123560) is unknown color: approx Prussian Blue. HEX triplet: 12, 35 and 60. RGB value is (18,53,96). Sum of RGB (Red+Green+Blue) = 18+53+96=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #123560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123560 is #EDCA9F. Grayscale: #2F2F2F. Windows color (decimal): -15583904 or 6305042. OLE color: 6305042.

HSL color Cylindrical-coordinate representation of color #123560: hue angle of 213.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123560 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185396-
CMYK0.810.4500.62
HSL213.08º68.42%22.35%-
HSV(B)213.08º81.25%37.65%-
XYZ3.633.5211.55-
YUV47.44155.4107-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=10.78%
G=31.74%
B=57.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1853960.810.4500.62213.0868.4222.35
Hex123560512D03Ed54416
Octal22651401215507632510426
Binary1001011010111000001010001101101011111011010101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123560; }

 p { color: rgb(18,53,96); }

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

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

 a { background-color: rgb(18,53,96); }

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

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

 span { border-color: rgb(18,53,96); }

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