#0F3B6C

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

Shades of Prussian Blue #0F3B6C

Tints of Prussian Blue #0F3B6C

Color information

#0F3B6C (or 0x0F3B6C) is unknown color: approx Prussian Blue. HEX triplet: 0F, 3B and 6C. RGB value is (15,59,108). Sum of RGB (Red+Green+Blue) = 15+59+108=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F3B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3B6C is #F0C493. Grayscale: #333333. Windows color (decimal): -15778964 or 7093007. OLE color: 7093007.

HSL color Cylindrical-coordinate representation of color #0F3B6C: hue angle of 211.61º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F3B6C is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1559108-
CMYK0.860.4500.58
HSL211.61º75.61%24.12%-
HSV(B)211.61º86.11%42.35%-
XYZ4.474.3114.78-
YUV51.43159.92102.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.24%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=8.24%
G=32.42%
B=59.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15591080.860.4500.58211.6175.6124.12
HexF3B6C562D03Ad44c18
Octal17731541265507232411430
Binary111111101111011001010110101101011101011010100100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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