#0F3871

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

Shades of Prussian Blue #0F3871

Tints of Prussian Blue #0F3871

Color information

#0F3871 (or 0x0F3871) is unknown color: approx Prussian Blue. HEX triplet: 0F, 38 and 71. RGB value is (15,56,113). Sum of RGB (Red+Green+Blue) = 15+56+113=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F3871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3871 is #F0C78E. Grayscale: #313131. Windows color (decimal): -15779727 or 7419919. OLE color: 7419919.

HSL color Cylindrical-coordinate representation of color #0F3871: hue angle of 214.9º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3871 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1556113-
CMYK0.870.5000.56
HSL214.9º76.56%25.1%-
HSV(B)214.9º86.73%44.31%-
XYZ4.594.1216.18-
YUV50.24163.42102.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.15%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 113 (44.53% from 255) = 61.41%
R=8.15%
G=30.43%
B=61.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15561130.870.5000.56214.976.5625.1
HexF38715732038d74d19
Octal17701611276207032711531
Binary111111100011100011010111110010011100011010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,56,113); }

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

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

 a { background-color: rgb(15,56,113); }

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

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

 span { border-color: rgb(15,56,113); }

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