#12366C

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

Shades of Prussian Blue #12366C

Tints of Prussian Blue #12366C

Color information

#12366C (or 0x12366C) is unknown color: approx Prussian Blue. HEX triplet: 12, 36 and 6C. RGB value is (18,54,108). Sum of RGB (Red+Green+Blue) = 18+54+108=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #12366C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12366C is #EDC993. Grayscale: #313131. Windows color (decimal): -15583636 or 7091730. OLE color: 7091730.

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

Color convert

RGB1854108-
CMYK0.830.5000.58
HSL216º71.43%24.71%-
HSV(B)216º83.33%42.35%-
XYZ4.283.8514.71-
YUV49.39161.07105.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 60%
R=10%
G=30%
B=60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18541080.830.5000.5821671.4324.71
Hex12366C533203Ad84719
Octal22661541236207233010731
Binary1001011011011011001010011110010011101011011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,54,108); }

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

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

 a { background-color: rgb(18,54,108); }

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

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

 span { border-color: rgb(18,54,108); }

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