#12345E

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

Shades of Prussian Blue #12345E

Tints of Prussian Blue #12345E

Color information

#12345E (or 0x12345E) is unknown color: approx Prussian Blue. HEX triplet: 12, 34 and 5E. RGB value is (18,52,94). Sum of RGB (Red+Green+Blue) = 18+52+94=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #12345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12345E is #EDCBA1. Grayscale: #2E2E2E. Windows color (decimal): -15584162 or 6173714. OLE color: 6173714.

HSL color Cylindrical-coordinate representation of color #12345E: hue angle of 213.16º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12345E is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB185294-
CMYK0.810.4500.63
HSL213.16º67.86%21.96%-
HSV(B)213.16º80.85%36.86%-
XYZ3.53.3911.06-
YUV46.62154.74107.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.98%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=10.98%
G=31.71%
B=57.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1852940.810.4500.63213.1667.8621.96
Hex12345E512D03Fd54416
Octal22641361215507732510426
Binary1001011010010111101010001101101011111111010101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12345E; }

 p { color: rgb(18,52,94); }

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

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

 a { background-color: rgb(18,52,94); }

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

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

 span { border-color: rgb(18,52,94); }

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