#123A6E

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

Shades of Prussian Blue #123A6E

Tints of Prussian Blue #123A6E

Color information

#123A6E (or 0x123A6E) is unknown color: approx Prussian Blue. HEX triplet: 12, 3A and 6E. RGB value is (18,58,110). Sum of RGB (Red+Green+Blue) = 18+58+110=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #123A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A6E is #EDC591. Grayscale: #333333. Windows color (decimal): -15582610 or 7223826. OLE color: 7223826.

HSL color Cylindrical-coordinate representation of color #123A6E: hue angle of 213.91º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123A6E is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1858110-
CMYK0.840.4700.57
HSL213.91º71.88%25.1%-
HSV(B)213.91º83.64%43.14%-
XYZ4.584.2815.34-
YUV51.97160.75103.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=9.68%
G=31.18%
B=59.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18581100.840.4700.57213.9171.8825.1
Hex123A6E542F039d64819
Octal22721561245707132611031
Binary1001011101011011101010100101111011100111010110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,58,110); }

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

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

 a { background-color: rgb(18,58,110); }

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

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

 span { border-color: rgb(18,58,110); }

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