#0F315B

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

Shades of Prussian Blue #0F315B

Tints of Prussian Blue #0F315B

Color information

#0F315B (or 0x0F315B) is unknown color: approx Prussian Blue. HEX triplet: 0F, 31 and 5B. RGB value is (15,49,91). Sum of RGB (Red+Green+Blue) = 15+49+91=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F315B is #F0CEA4. Grayscale: #2B2B2B. Windows color (decimal): -15781541 or 5976335. OLE color: 5976335.

HSL color Cylindrical-coordinate representation of color #0F315B: hue angle of 213.16º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F315B is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB154991-
CMYK0.840.4600.64
HSL213.16º71.7%20.78%-
HSV(B)213.16º83.52%35.69%-
XYZ3.183.0510.32-
YUV43.62154.74107.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 91 (35.94% from 255) = 58.71%
R=9.68%
G=31.61%
B=58.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1549910.840.4600.64213.1671.720.78
HexF315B542E040d54815
Octal176113312456010032511025
Binary1111110001101101110101001011100100000011010101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F315B; }

 p { color: rgb(15,49,91); }

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

<style>
 a { background-color: #0F315B; }

 a { background-color: rgb(15,49,91); }

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

<style>
 span { border-color: #0F315B; }

 span { border-color: rgb(15,49,91); }

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