#123666

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

Shades of Prussian Blue #123666

Tints of Prussian Blue #123666

Color information

#123666 (or 0x123666) is unknown color: approx Prussian Blue. HEX triplet: 12, 36 and 66. RGB value is (18,54,102). Sum of RGB (Red+Green+Blue) = 18+54+102=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #123666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123666 is #EDC999. Grayscale: #303030. Windows color (decimal): -15583642 or 6698514. OLE color: 6698514.

HSL color Cylindrical-coordinate representation of color #123666: hue angle of 214.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123666 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1854102-
CMYK0.820.4700.6
HSL214.29º70%23.53%-
HSV(B)214.29º82.35%40%-
XYZ3.973.7313.08-
YUV48.71158.07106.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 102 (40.23% from 255) = 58.62%
R=10.34%
G=31.03%
B=58.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18541020.820.4700.6214.297023.53
Hex123666522F03Cd64618
Octal22661461225707432610630
Binary1001011011011001101010010101111011110011010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123666; }

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

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

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

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

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

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

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

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