#0F3256

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

Shades of Prussian Blue #0F3256

Tints of Prussian Blue #0F3256

Color information

#0F3256 (or 0x0F3256) is unknown color: approx Prussian Blue. HEX triplet: 0F, 32 and 56. RGB value is (15,50,86). Sum of RGB (Red+Green+Blue) = 15+50+86=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F3256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3256 is #F0CDA9. Grayscale: #2B2B2B. Windows color (decimal): -15781290 or 5648911. OLE color: 5648911.

HSL color Cylindrical-coordinate representation of color #0F3256: hue angle of 210.42º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F3256 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB155086-
CMYK0.830.4200.66
HSL210.42º70.3%19.8%-
HSV(B)210.42º82.56%33.73%-
XYZ3.023.059.23-
YUV43.64151.9107.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 86 (33.98% from 255) = 56.95%
R=9.93%
G=33.11%
B=56.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1550860.830.4200.66210.4270.319.8
HexF3256532A042d24614
Octal176212612352010232210624
Binary1111110010101011010100111010100100001011010010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,86); }

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

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

 a { background-color: rgb(15,50,86); }

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

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

 span { border-color: rgb(15,50,86); }

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