#123B66

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

Shades of Prussian Blue #123B66

Tints of Prussian Blue #123B66

Color information

#123B66 (or 0x123B66) is unknown color: approx Prussian Blue. HEX triplet: 12, 3B and 66. RGB value is (18,59,102). Sum of RGB (Red+Green+Blue) = 18+59+102=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #123B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123B66 is #EDC499. Grayscale: #333333. Windows color (decimal): -15582362 or 6699794. OLE color: 6699794.

HSL color Cylindrical-coordinate representation of color #123B66: hue angle of 210.71º 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 #123B66 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1859102-
CMYK0.820.4200.6
HSL210.71º70%23.53%-
HSV(B)210.71º82.35%40%-
XYZ4.214.2213.16-
YUV51.64156.42104-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 102 (40.23% from 255) = 56.98%
R=10.06%
G=32.96%
B=56.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18591020.820.4200.6210.717023.53
Hex123B66522A03Cd34618
Octal22731461225207432310630
Binary1001011101111001101010010101010011110011010011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123B66; }

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

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

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

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

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

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

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

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