#13396F

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

Shades of Prussian Blue #13396F

Tints of Prussian Blue #13396F

Color information

#13396F (or 0x13396F) is unknown color: approx Prussian Blue. HEX triplet: 13, 39 and 6F. RGB value is (19,57,111). Sum of RGB (Red+Green+Blue) = 19+57+111=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #13396F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13396F is #ECC690. Grayscale: #333333. Windows color (decimal): -15517329 or 7289107. OLE color: 7289107.

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

Color convert

RGB1957111-
CMYK0.830.4900.56
HSL215.22º70.77%25.49%-
HSV(B)215.22º82.88%43.53%-
XYZ4.64.2115.61-
YUV51.79161.41104.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 57 (22.66% from 255) = 30.48%
BLUE value IS 111 (43.75% from 255) = 59.36%
R=10.16%
G=30.48%
B=59.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19571110.830.4900.56215.2270.7725.49
Hex13396F5331038d74719
Octal23711571236107032710731
Binary1001111100111011111010011110001011100011010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,57,111); }

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

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

 a { background-color: rgb(19,57,111); }

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

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

 span { border-color: rgb(19,57,111); }

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