#12386D

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

Shades of Prussian Blue #12386D

Tints of Prussian Blue #12386D

Color information

#12386D (or 0x12386D) is unknown color: approx Prussian Blue. HEX triplet: 12, 38 and 6D. RGB value is (18,56,109). Sum of RGB (Red+Green+Blue) = 18+56+109=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #12386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12386D is #EDC792. Grayscale: #323232. Windows color (decimal): -15583123 or 7157778. OLE color: 7157778.

HSL color Cylindrical-coordinate representation of color #12386D: hue angle of 214.95º 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 #12386D is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1856109-
CMYK0.830.4900.57
HSL214.95º71.65%24.9%-
HSV(B)214.95º83.49%42.75%-
XYZ4.424.0615.02-
YUV50.68160.91104.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=9.84%
G=30.60%
B=59.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18561090.830.4900.57214.9571.6524.9
Hex12386D5331039d74819
Octal22701551236107132711031
Binary1001011100011011011010011110001011100111010111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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