#0F3B60

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

Shades of Prussian Blue #0F3B60

Tints of Prussian Blue #0F3B60

Color information

#0F3B60 (or 0x0F3B60) is unknown color: approx Prussian Blue. HEX triplet: 0F, 3B and 60. RGB value is (15,59,96). Sum of RGB (Red+Green+Blue) = 15+59+96=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F3B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3B60 is #F0C49F. Grayscale: #313131. Windows color (decimal): -15778976 or 6306575. OLE color: 6306575.

HSL color Cylindrical-coordinate representation of color #0F3B60: hue angle of 207.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3B60 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB155996-
CMYK0.840.3900.62
HSL207.41º72.97%21.76%-
HSV(B)207.41º84.38%37.65%-
XYZ3.874.0711.65-
YUV50.06153.92102.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.82%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=8.82%
G=34.71%
B=56.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1559960.840.3900.62207.4172.9721.76
HexF3B60542703Ecf4916
Octal17731401244707631711126
Binary111111101111000001010100100111011111011001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,59,96); }

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

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

 a { background-color: rgb(15,59,96); }

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

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

 span { border-color: rgb(15,59,96); }

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