#12406A

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

Shades of Prussian Blue #12406A

Tints of Prussian Blue #12406A

Color information

#12406A (or 0x12406A) is unknown color: approx Prussian Blue. HEX triplet: 12, 40 and 6A. RGB value is (18,64,106). Sum of RGB (Red+Green+Blue) = 18+64+106=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #12406A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12406A is #EDBF95. Grayscale: #363636. Windows color (decimal): -15581078 or 6963218. OLE color: 6963218.

HSL color Cylindrical-coordinate representation of color #12406A: hue angle of 208.64º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12406A is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1864106-
CMYK0.830.4000.58
HSL208.64º70.97%24.31%-
HSV(B)208.64º83.02%41.57%-
XYZ4.684.8414.32-
YUV55.03156.76101.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.57%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 106 (41.80% from 255) = 56.38%
R=9.57%
G=34.04%
B=56.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18641060.830.4000.58208.6470.9724.31
Hex12406A532803Ad14718
Octal221001521235007232110730
Binary10010100000011010101010011101000011101011010001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12406A; }

 p { color: rgb(18,64,106); }

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

<style>
 a { background-color: #12406A; }

 a { background-color: rgb(18,64,106); }

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

<style>
 span { border-color: #12406A; }

 span { border-color: rgb(18,64,106); }

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