#123661

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

Shades of Prussian Blue #123661

Tints of Prussian Blue #123661

Color information

#123661 (or 0x123661) is unknown color: approx Prussian Blue. HEX triplet: 12, 36 and 61. RGB value is (18,54,97). Sum of RGB (Red+Green+Blue) = 18+54+97=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #123661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123661 is #EDC99E. Grayscale: #2F2F2F. Windows color (decimal): -15583647 or 6370834. OLE color: 6370834.

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

Color convert

RGB185497-
CMYK0.810.4400.62
HSL212.66º68.7%22.55%-
HSV(B)212.66º81.44%38.04%-
XYZ3.733.6311.81-
YUV48.14155.57106.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=10.65%
G=31.95%
B=57.40%

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
Decimal1854970.810.4400.62212.6668.722.55
Hex123661512C03Ed54517
Octal22661411215407632510527
Binary1001011011011000011010001101100011111011010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123661; }

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

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

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

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

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

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

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

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