#123660

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

Shades of Prussian Blue #123660

Tints of Prussian Blue #123660

Color information

#123660 (or 0x123660) is unknown color: approx Prussian Blue. HEX triplet: 12, 36 and 60. RGB value is (18,54,96). Sum of RGB (Red+Green+Blue) = 18+54+96=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #123660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123660 is #EDC99F. Grayscale: #2F2F2F. Windows color (decimal): -15583648 or 6305298. OLE color: 6305298.

HSL color Cylindrical-coordinate representation of color #123660: hue angle of 212.31º 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 #123660 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB185496-
CMYK0.810.4400.62
HSL212.31º68.42%22.35%-
HSV(B)212.31º81.25%37.65%-
XYZ3.683.6111.57-
YUV48.02155.07106.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.71%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=10.71%
G=32.14%
B=57.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1854960.810.4400.62212.3168.4222.35
Hex123660512C03Ed44416
Octal22661401215407632410426
Binary1001011011011000001010001101100011111011010100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123660; }

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

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

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

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

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

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

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

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