#12325C

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

Shades of Prussian Blue #12325C

Tints of Prussian Blue #12325C

Color information

#12325C (or 0x12325C) is unknown color: approx Prussian Blue. HEX triplet: 12, 32 and 5C. RGB value is (18,50,92). Sum of RGB (Red+Green+Blue) = 18+50+92=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #12325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12325C is #EDCDA3. Grayscale: #2D2D2D. Windows color (decimal): -15584676 or 6042130. OLE color: 6042130.

HSL color Cylindrical-coordinate representation of color #12325C: hue angle of 214.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12325C is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB185092-
CMYK0.800.4600.64
HSL214.05º67.27%21.57%-
HSV(B)214.05º80.43%36.08%-
XYZ3.323.1810.56-
YUV45.22154.4108.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 92 (36.33% from 255) = 57.5%
R=11.25%
G=31.25%
B=57.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1850920.800.4600.64214.0567.2721.57
Hex12325C502E040d64316
Octal226213412056010032610326
Binary10010110010101110010100001011100100000011010110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12325C; }

 p { color: rgb(18,50,92); }

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

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

 a { background-color: rgb(18,50,92); }

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

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

 span { border-color: rgb(18,50,92); }

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