#12376D

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

Shades of Prussian Blue #12376D

Tints of Prussian Blue #12376D

Color information

#12376D (or 0x12376D) is unknown color: approx Prussian Blue. HEX triplet: 12, 37 and 6D. RGB value is (18,55,109). Sum of RGB (Red+Green+Blue) = 18+55+109=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #12376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12376D is #EDC892. Grayscale: #313131. Windows color (decimal): -15583379 or 7157522. OLE color: 7157522.

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

Color convert

RGB1855109-
CMYK0.830.5000.57
HSL215.6º71.65%24.9%-
HSV(B)215.6º83.49%42.75%-
XYZ4.383.9715-
YUV50.09161.24105.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 109 (42.97% from 255) = 59.89%
R=9.89%
G=30.22%
B=59.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18551090.830.5000.57215.671.6524.9
Hex12376D5332039d84819
Octal22671551236207133011031
Binary1001011011111011011010011110010011100111011000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12376D; }

 p { color: rgb(18,55,109); }

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

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

 a { background-color: rgb(18,55,109); }

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

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

 span { border-color: rgb(18,55,109); }

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