#0F376F

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

Shades of Prussian Blue #0F376F

Tints of Prussian Blue #0F376F

Color information

#0F376F (or 0x0F376F) is unknown color: approx Prussian Blue. HEX triplet: 0F, 37 and 6F. RGB value is (15,55,111). Sum of RGB (Red+Green+Blue) = 15+55+111=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F376F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F376F is #F0C890. Grayscale: #313131. Windows color (decimal): -15779985 or 7288591. OLE color: 7288591.

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

Color convert

RGB1555111-
CMYK0.860.5000.56
HSL215º76.19%24.71%-
HSV(B)215º86.49%43.53%-
XYZ4.433.9815.57-
YUV49.42162.75103.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.29%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=8.29%
G=30.39%
B=61.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15551110.860.5000.5621576.1924.71
HexF376F5632038d74c19
Octal17671571266207032711431
Binary111111011111011111010110110010011100011010111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,55,111); }

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

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

 a { background-color: rgb(15,55,111); }

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

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

 span { border-color: rgb(15,55,111); }

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