#12376F

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

Shades of Prussian Blue #12376F

Tints of Prussian Blue #12376F

Color information

#12376F (or 0x12376F) is unknown color: approx Prussian Blue. HEX triplet: 12, 37 and 6F. RGB value is (18,55,111). Sum of RGB (Red+Green+Blue) = 18+55+111=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #12376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12376F is #EDC890. Grayscale: #323232. Windows color (decimal): -15583377 or 7288594. OLE color: 7288594.

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

Color convert

RGB1855111-
CMYK0.840.5000.56
HSL216.13º72.09%25.29%-
HSV(B)216.13º83.78%43.53%-
XYZ4.484.0115.58-
YUV50.32162.24104.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 111 (43.75% from 255) = 60.33%
R=9.78%
G=29.89%
B=60.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18551110.840.5000.56216.1372.0925.29
Hex12376F5432038d84819
Octal22671571246207033011031
Binary1001011011111011111010100110010011100011011000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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